Ensures consistency
This commit is contained in:
parent
798ef54052
commit
160964c0bc
4 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
|
|
|
@ -314,4 +314,4 @@ systemctl reload nginx
|
|||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
||||
ynh_print_info "Installation completed"
|
||||
ynh_print_info "Installation of $app completed"
|
||||
|
|
|
@ -130,4 +130,4 @@ ynh_system_user_delete $app
|
|||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
||||
ynh_print_info "Removal completed"
|
||||
ynh_print_info "Removal of $app completed"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue