Ensures consistency

This commit is contained in:
Maniack Crudelis 2019-02-14 01:35:47 +01:00
parent 798ef54052
commit 160964c0bc
4 changed files with 5 additions and 5 deletions

View file

@ -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"

View file

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

View file

@ -130,4 +130,4 @@ ynh_system_user_delete $app
# END OF SCRIPT
#=================================================
ynh_print_info "Removal completed"
ynh_print_info "Removal of $app completed"

View file

@ -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"