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

fix bug with path

This commit is contained in:
Robles Rodolphe 2020-06-17 22:12:24 +02:00
parent 70788eaea4
commit e8cf64bfc3

View file

@ -70,6 +70,7 @@ fi
ynh_script_progression --message="Updating nginx web server configuration..." --time --weight=1
nginx_conf_path=/etc/nginx/conf.d/$old_domain.d/$app.conf
final_path=/var/www/$app
# Change the path in the nginx config file
if [ $change_path -eq 1 ]