فهرست منبع

Ensures consistency

Maniack Crudelis 5 سال پیش
والد
کامیت
160964c0bc
4فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 1 1
      scripts/change_url
  2. 1 1
      scripts/install
  3. 1 1
      scripts/remove
  4. 2 2
      scripts/upgrade

+ 1 - 1
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"

+ 1 - 1
scripts/install

@@ -314,4 +314,4 @@ systemctl reload nginx
 # END OF SCRIPT
 #=================================================
 
-ynh_print_info "Installation completed"
+ynh_print_info "Installation of $app completed"

+ 1 - 1
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"

+ 2 - 2
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"