diff --git a/scripts/backup b/scripts/backup index ec9e38b..b1aa5f0 100755 --- a/scripts/backup +++ b/scripts/backup @@ -67,4 +67,4 @@ ynh_mysql_dump_db --database="$db_name" > db.sql # END OF SCRIPT #================================================= -ynh_print_info --message="Backup script completed for Etherpad. (YunoHost will then actually copy those files to the archive)." +ynh_print_info --message="Backup script completed for n8n. (YunoHost will then actually copy those files to the archive)." diff --git a/scripts/change_url b/scripts/change_url index da10735..2c38fe5 100755 --- a/scripts/change_url +++ b/scripts/change_url @@ -41,7 +41,7 @@ timezone="$(cat /etc/timezone)" #================================================= ynh_script_progression --message="Backing up $app before changing its URL (may take a while)..." --weight=2 -# Backup the current version of Etherpad +# Backup the current version of n8n ynh_backup_before_upgrade ynh_clean_setup () { # Remove the new domain config file, the remove script won't do it as it doesn't know yet its location.