diff --git a/scripts/backup b/scripts/backup index 3bb3a84..3bc773f 100644 --- a/scripts/backup +++ b/scripts/backup @@ -41,4 +41,4 @@ ynh_mysql_dump_db --database="$db_name" > db.sql # END OF SCRIPT #================================================= -ynh_print_info --message="Backup script completed for MineWeb. (YunoHost will then actually copy those files to the archive)." +ynh_print_info --message="Backup script completed for $app. (YunoHost will then actually copy those files to the archive)." diff --git a/scripts/change_url b/scripts/change_url index 4f7b35a..df843ac 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -20,4 +20,4 @@ ynh_change_url_nginx_config # END OF SCRIPT #================================================= -ynh_script_progression --message="Change of URL completed for MineWeb" --last +ynh_script_progression --message="Change of URL completed for $app" --last diff --git a/scripts/install b/scripts/install index e0bf7a2..c472b05 100644 --- a/scripts/install +++ b/scripts/install @@ -47,4 +47,4 @@ ynh_replace_string --match_string="app/webroot/" --replace_string="" --target_fi # END OF SCRIPT #================================================= -ynh_script_progression --message="Installation of MineWeb completed" --last +ynh_script_progression --message="Installation of $app completed" --last diff --git a/scripts/remove b/scripts/remove index c3c7017..e161d9c 100644 --- a/scripts/remove +++ b/scripts/remove @@ -28,4 +28,4 @@ ynh_remove_fpm_config # END OF SCRIPT #================================================= -ynh_script_progression --message="Removal of MineWeb completed" --last +ynh_script_progression --message="Removal of $app completed" --last diff --git a/scripts/restore b/scripts/restore index 0a054b3..2bbd736 100644 --- a/scripts/restore +++ b/scripts/restore @@ -49,4 +49,4 @@ ynh_systemd_action --service_name=nginx --action=reload # END OF SCRIPT #================================================= -ynh_script_progression --message="Restoration completed for MineWeb" --last +ynh_script_progression --message="Restoration completed for $app" --last diff --git a/scripts/upgrade b/scripts/upgrade index 805d173..f796fc1 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -60,4 +60,4 @@ ynh_replace_string --match_string="app/webroot/" --replace_string="" --target_fi # END OF SCRIPT #================================================= -ynh_script_progression --message="Upgrade of MineWeb completed" --last +ynh_script_progression --message="Upgrade of $app completed" --last