From 160964c0bc3a6d71a3b8b27199e86eb35f22a9b5 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Thu, 14 Feb 2019 01:35:47 +0100 Subject: [PATCH] Ensures consistency --- scripts/change_url | 2 +- scripts/install | 2 +- scripts/remove | 2 +- scripts/upgrade | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/change_url b/scripts/change_url index 31a96d9..c0d0372 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -108,4 +108,4 @@ systemctl reload nginx # END OF SCRIPT #================================================= -ynh_print_info "Change of url completed" +ynh_print_info "Change of url completed for $app" diff --git a/scripts/install b/scripts/install index 07a6dc4..e7ed757 100755 --- a/scripts/install +++ b/scripts/install @@ -314,4 +314,4 @@ systemctl reload nginx # END OF SCRIPT #================================================= -ynh_print_info "Installation completed" +ynh_print_info "Installation of $app completed" diff --git a/scripts/remove b/scripts/remove index c9191ed..ee37fd5 100755 --- a/scripts/remove +++ b/scripts/remove @@ -130,4 +130,4 @@ ynh_system_user_delete $app # END OF SCRIPT #================================================= -ynh_print_info "Removal completed" +ynh_print_info "Removal of $app completed" diff --git a/scripts/upgrade b/scripts/upgrade index 2d825e6..e3013fe 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -76,7 +76,7 @@ path_url=$(ynh_normalize_url_path $path_url) #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= -ynh_print_info "Downloading, checking and unpacking sources..." +ynh_print_info "Upgrading source files..." # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source "$final_path" @@ -172,4 +172,4 @@ systemctl reload nginx # END OF SCRIPT #================================================= -ynh_print_info "Upgrade completed" +ynh_print_info "Upgrade of $app completed"