From 19ed697b3c1bedca8dfd4e92929a6edad6217085 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 24 Feb 2022 09:38:32 +0100 Subject: [PATCH] Fix --- conf/settings.json | 2 +- scripts/restore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/settings.json b/conf/settings.json index 7225e41..c82ad66 100644 --- a/conf/settings.json +++ b/conf/settings.json @@ -191,7 +191,7 @@ /* * The default text of a pad */ - "defaultPadText" : "Welcome to Etherpad!\n\nThis version of Etherpad is installed without plugins and uses Redis as database.\ndatabase backup is not fully implemented.\n\nIf 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_ynh", + "defaultPadText" : "Welcome to Etherpad-lite!\n\nThis version of Etherpad is installed without plugins and uses Redis as database.\nBe aware, Redis database backup and restore is not fully implemented.\n\nIf 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_ynh", /* * Default Pad behavior. diff --git a/scripts/restore b/scripts/restore index e2dfc6f..53b531e 100644 --- a/scripts/restore +++ b/scripts/restore @@ -102,7 +102,7 @@ yunohost service add $app --description="Collaborative editor" --log="/var/log/$ ynh_script_progression --message="Starting a systemd service..." --weight=8 ynh_systemd_action --service_name=$app --action=restart --log_path=systemd --line_match="Your Etherpad version is" -sleep 120 +sleep 60 #================================================= # GENERIC FINALIZATION