From 5455f272cb9109766427d755e757eeae8104df39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 16 Feb 2023 15:21:13 +0100 Subject: [PATCH] Update restore --- scripts/restore | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/scripts/restore b/scripts/restore index d0af454..111f6c3 100644 --- a/scripts/restore +++ b/scripts/restore @@ -121,24 +121,6 @@ ynh_script_progression --message="Reloading NGINX web server..." --weight=1 ynh_systemd_action --action=reload --service_name=nginx -#================================================= -# SEND A README FOR THE ADMIN -#================================================= - -if [ $mypads -eq 1 ] -then - Informations="You can access 2 different admin panels, for Etherpad by accessing https://$domain${path%/}/admin and for MyPads by accessing https://$domain${path%/}/mypads/?/admin." -else - Informations="You can access to the admin panel, by accessing https://$domain${path%/}/admin." -fi - -echo "$Informations -You can also find a config file for Etherpad at this path /var/www/etherpad_mypads/settings.json. - -If you are facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/etherpad_mypads_ynh" > mail_to_send - -ynh_send_readme_to_admin --app_message="mail_to_send" --recipients="$admin" --type=restore - #================================================= # END OF SCRIPT #=================================================