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 #=================================================