From 5e0f493393ea5498dfc1f991c0bb8a71eebd9b42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 14 Nov 2023 12:55:18 +0100 Subject: [PATCH] fix --- scripts/restore | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index f94fca4..a7b49a2 100644 --- a/scripts/restore +++ b/scripts/restore @@ -55,7 +55,7 @@ yunohost service add $app --description="Wekan daemon" --log="/var/log/$app/$app #================================================= ynh_script_progression --message="Starting a systemd service..." -ynh_systemd_action --service_name=$app --action="start" --log_path=systemd --line_match="Started Wekan, task board" +ynh_systemd_action --service_name=$app --action="start" --log_path=systemd --line_match="Enabling LDAP Background Sync" #if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then # sleep 60 diff --git a/scripts/upgrade b/scripts/upgrade index a9742fc..c694b91 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -94,7 +94,7 @@ chown $app:$app "$install_dir/.env" #================================================= ynh_script_progression --message="Starting a systemd service..." -ynh_systemd_action --service_name=$app --action="start" --log_path=systemd --line_match="Started Wekan, task board" +ynh_systemd_action --service_name=$app --action="start" --log_path=systemd --line_match="Enabling LDAP Background Sync" #if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then # sleep 60