1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/matomo_ynh.git synced 2024-09-03 19:45:56 +02:00
This commit is contained in:
ericgaspar 2022-04-13 15:08:25 +02:00
parent 2eaed93d42
commit 686cdc82c2
No known key found for this signature in database
GPG key ID: 574F281483054D44
5 changed files with 5 additions and 5 deletions

View file

@ -69,4 +69,4 @@ ynh_mysql_dump_db --database="$db_name" > db.sql
# END OF SCRIPT
#=================================================
ynh_print_info --message="Backup script completed for Matomo. (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

@ -154,4 +154,4 @@ ynh_send_readme_to_admin "$message"
# END OF SCRIPT
#=================================================
ynh_script_progression --message="Installation of Matomo completed" --last
ynh_script_progression --message="Installation of $app completed" --last

View file

@ -87,4 +87,4 @@ ynh_system_user_delete --username=$app
# END OF SCRIPT
#=================================================
ynh_script_progression --message="Removal of Matomo completed" --last
ynh_script_progression --message="Removal of $app completed" --last

View file

@ -120,4 +120,4 @@ ynh_systemd_action --service_name=nginx --action=reload
# END OF SCRIPT
#=================================================
ynh_script_progression --message="Restoration completed for Matomo" --last
ynh_script_progression --message="Restoration completed for $app" --last

View file

@ -168,4 +168,4 @@ ynh_systemd_action --service_name=nginx --action=reload
# END OF SCRIPT
#=================================================
ynh_script_progression --message="Upgrade of Matomo completed" --last
ynh_script_progression --message="Upgrade of $app completed" --last