mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Update scripts/backup
Co-Authored-By: Josue-T <josue@tille.ch>
This commit is contained in:
parent
60c9959431
commit
e2b587eb56
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ ynh_script_progression --message="Backing up nginx web server configuration..."
|
|||
ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf"
|
||||
if yunohost --output-as plain domain list | grep -q "^$server_name$"
|
||||
then
|
||||
ynh_backup --src_path="/etc/nginx/conf.d/${server_name}.d/server_name.conf"
|
||||
ynh_backup --src_path="/etc/nginx/conf.d/${server_name}.d/${app}_server_name.conf"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue