Don't forget to set domain in backup script

This commit is contained in:
selfhoster1312 2023-01-10 19:02:18 +01:00
parent c7b5b3dbee
commit d6838b36d3

View file

@ -23,6 +23,7 @@ ynh_print_info --message="Loading installation settings..."
# Retrieve arguments # Retrieve arguments
app=$YNH_APP_INSTANCE_NAME app=$YNH_APP_INSTANCE_NAME
domain=$(ynh_app_setting_get --app=$app --key=domain)
#================================================= #=================================================
# BACKUP THE NGINX CONFIGURATION # BACKUP THE NGINX CONFIGURATION