From 7671589a30a7aa8655b47aab574ebf6acebafe29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 20 Dec 2023 08:51:40 +0100 Subject: [PATCH] Update install --- scripts/install | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/scripts/install b/scripts/install index 6a6819c..508f669 100755 --- a/scripts/install +++ b/scripts/install @@ -46,26 +46,6 @@ ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint ynh_add_nginx_config -#================================================= -# SEND A README FOR THE ADMIN -#================================================= -ynh_script_progression --message="Sending a readme for the admin..." --weight=1 - -message="Processwire was successfully installed - -Please open your $app domain: https://$domain$path - -Complete the registration process from the setup page displayed. -Details for MySQL database to be enterted while registration process: - -Database login: $db_user -Database name: $db_name -Database password: $db_pwd - -If you are facing any problem or want to improve this app, please open a new issue here: https://github.com/YunoHost-Apps/processwire_ynh/issues" - -ynh_send_readme_to_admin "$message" - #================================================= # END OF SCRIPT #=================================================