mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
Fix warning message about the backup
This commit is contained in:
parent
ee658ef966
commit
9dbb8b1821
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ fi
|
|||
# BACKUP CUSTOM CONF
|
||||
#=================================================
|
||||
|
||||
if [ $custom_error_file -eq 1 ]
|
||||
if [ $custom_error_file == "true"]
|
||||
then
|
||||
ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.d/nginx-code-error.conf"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue