1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mineweb_ynh.git synced 2024-09-03 19:45:54 +02:00
This commit is contained in:
Éric Gaspar 2023-08-31 13:29:12 +02:00
parent d897d3535e
commit 99e8a6d15f
6 changed files with 6 additions and 6 deletions

View file

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

@ -20,4 +20,4 @@ ynh_change_url_nginx_config
# END OF SCRIPT # END OF SCRIPT
#================================================= #=================================================
ynh_script_progression --message="Change of URL completed for MineWeb" --last ynh_script_progression --message="Change of URL completed for $app" --last

View file

@ -47,4 +47,4 @@ ynh_replace_string --match_string="app/webroot/" --replace_string="" --target_fi
# END OF SCRIPT # END OF SCRIPT
#================================================= #=================================================
ynh_script_progression --message="Installation of MineWeb completed" --last ynh_script_progression --message="Installation of $app completed" --last

View file

@ -28,4 +28,4 @@ ynh_remove_fpm_config
# END OF SCRIPT # END OF SCRIPT
#================================================= #=================================================
ynh_script_progression --message="Removal of MineWeb completed" --last ynh_script_progression --message="Removal of $app completed" --last

View file

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

View file

@ -60,4 +60,4 @@ ynh_replace_string --match_string="app/webroot/" --replace_string="" --target_fi
# END OF SCRIPT # END OF SCRIPT
#================================================= #=================================================
ynh_script_progression --message="Upgrade of MineWeb completed" --last ynh_script_progression --message="Upgrade of $app completed" --last