Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgaspar committed May 20, 2022
1 parent 1b46fa6 commit 671def2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/backup
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ ynh_psql_dump_db --database="$db_name" > db.sql
# END OF SCRIPT
#=================================================

ynh_print_info --message="Backup script completed for OnlyOffice. (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)."
2 changes: 1 addition & 1 deletion scripts/change_url
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ ynh_systemd_action --service_name=nginx --action=reload
# END OF SCRIPT
#=================================================

ynh_script_progression --message="Change of URL completed for OnlyOffice"
ynh_script_progression --message="Change of URL completed for $app"
2 changes: 1 addition & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,4 @@ ynh_systemd_action --service_name=nginx --action=reload
# END OF SCRIPT
#=================================================

ynh_script_progression --message="Installation of OnlyOffice completed"
ynh_script_progression --message="Installation of $app completed"
2 changes: 1 addition & 1 deletion scripts/remove
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ ynh_system_user_delete --username=$app
# END OF SCRIPT
#=================================================

ynh_script_progression --message="Removal of OnlyOffice completed"
ynh_script_progression --message="Removal of $app completed"
2 changes: 1 addition & 1 deletion scripts/restore
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ ynh_systemd_action --service_name=nginx --action=reload
# END OF SCRIPT
#=================================================

ynh_script_progression --message="Restoration completed for OnlyOffice"
ynh_script_progression --message="Restoration completed for $app"
2 changes: 1 addition & 1 deletion scripts/upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,4 @@ ynh_systemd_action --service_name=nginx --action=reload
# END OF SCRIPT
#=================================================

ynh_script_progression --message="Upgrade of OnlyOffice completed"
ynh_script_progression --message="Upgrade of $app completed"

0 comments on commit 671def2

Please sign in to comment.