diff --git a/scripts/upgrade b/scripts/upgrade index 6e04295..6e6d945 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -88,7 +88,7 @@ if [ -z $gui_port ]; then else #================================================= - # BACKUP BEFORE UPGRADE THEN ACTIVE TRAP + # BACKUP BEFORE CHANGE URL THEN ACTIVE TRAP #================================================= ynh_script_progression --message="Backing up the app before upgrading (may take a while)..." @@ -104,7 +104,7 @@ else ynh_clean_setup () { ynh_clean_check_starting - # restore it if the upgrade fails + # Restore it if the upgrade fails ynh_restore_upgradebackup } # Exit if an error occurs during the execution of the script