1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_webapp_ynh.git synced 2024-09-03 19:46:26 +02:00

Wrong backup path

This commit is contained in:
Aurelien Vaillant 2023-08-21 15:04:42 +02:00
parent 2c0b155c94
commit 66626c71c7

View file

@ -42,7 +42,7 @@ fi
if [ $custom_error_file ]
then
ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.d/nginx-code-error.conf"
ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.d/code-error.conf"
fi
#=================================================