1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/filebrowser_ynh.git synced 2024-09-03 18:36:05 +02:00

Update change_url

This commit is contained in:
Éric Gaspar 2023-02-26 12:16:16 +01:00
parent e7b7b099a2
commit 930239cee2

View file

@ -31,10 +31,10 @@ ynh_change_url_nginx_config
ynh_script_progression --message="Adding a configuration file..." --weight=1
path="$new_path"
ynh_add_config --template="../conf/settings.json" --destination="$final_path/settings.json"
ynh_add_config --template="../conf/settings.json" --destination="$install_dir/settings.json"
chmod 600 "$final_path/settings.json"
chown $app:$app "$final_path/settings.json"
chmod 600 "$install_dir/settings.json"
chown $app:$app "$install_dir/settings.json"
#=================================================
# GENERIC FINALISATION