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

Update change_url

This commit is contained in:
Éric Gaspar 2023-10-05 22:42:58 +02:00
parent 0f1805d1dc
commit d2f0555c70

View file

@ -25,6 +25,18 @@ ynh_script_progression --message="Updating NGINX web server configuration..." --
ynh_change_url_nginx_config
#=================================================
# SPECIFIC MODIFICATIONS
#=================================================
# UPDATE CONFIGURATION FILE
#=================================================
ynh_exec_warn_less 'ynh_add_config --template="../conf/config.xml" --destination="$data_dir/config.xml"'
chmod 750 "$data_dir/config.xml"
chmod o-rwx "$data_dir/config.xml"
chown $app "$data_dir/config.xml"
#=================================================
# GENERIC FINALISATION
#=================================================