1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00
This commit is contained in:
ericgaspar 2022-05-20 14:16:32 +02:00
parent 1b46fa6316
commit 671def2cba
No known key found for this signature in database
GPG key ID: 574F281483054D44
6 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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