1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piped_ynh.git synced 2024-09-03 20:05:54 +02:00

Fixed change_url

This commit is contained in:
orhtej2 2024-01-29 00:03:02 +01:00
parent afe9a15877
commit 10ac22ce1a

View file

@ -28,7 +28,7 @@ ynh_change_url_nginx_config
#=================================================
ynh_script_progression --message="Updating $app configuration..."
sed -i s/"$old_domain"/"$new_domain"/g $install_dir/assets/*
sed -i s/"$old_domain"/"$new_domain"/g $install_dir/dist/assets/*
ynh_add_config --template="config.properties" --destination="$install_dir/config.properties"
chown $app:$app "$install_dir/config.properties"