diff --git a/scripts/change_url b/scripts/change_url index 8039c11..af6eb2d 100755 --- a/scripts/change_url +++ b/scripts/change_url @@ -43,7 +43,7 @@ ynh_script_progression --message="Updating a configuration file..." --weight=2 domain="$new_domain" # Configure Galène -ynh_add_config --template="../conf/config.json" --destination="$install_dir/live/data/config.json" +ynh_add_config --template="config.json" --destination="$install_dir/live/data/config.json" chmod 400 "$install_dir/live/data/config.json" chown $app:$app "$install_dir/live/data/config.json"