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

Update change_url

This commit is contained in:
ericgaspar 2023-10-29 08:53:54 +01:00
parent 0de148da1a
commit a2aca2af53

View file

@ -25,18 +25,6 @@ ynh_script_progression --message="Updating NGINX web server configuration..."
ynh_change_url_nginx_config
#=================================================
# SPECIFIC MODIFICATIONS
#=================================================
# UPDATE A CONFIG FILE
#=================================================
ynh_script_progression --message="Updating a configuration file..."
ynh_add_config --template="config.json" --destination="/etc/$app/config.json"
chmod 650 "/etc/$app/config.json"
chown $app:$app "/etc/$app/config.json"
#=================================================
# GENERIC FINALISATION
#=================================================