From 2b13fb10f9d1b2f49d392ad804da04b2548bca3b Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 31 Oct 2020 10:56:57 +0100 Subject: [PATCH] testing wwithout arguments --- scripts/install | 4 ++-- scripts/upgrade | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index 64780de..77def72 100644 --- a/scripts/install +++ b/scripts/install @@ -201,8 +201,8 @@ yunohost service add $app --description "$app daemon for Bitwarden" --log "/var/ #================================================= ynh_script_progression --message="Starting a systemd service..." -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="unable to load Private Key" --length=100 -ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd" --line_match="Stopped Bitwarden Server" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" +ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd" # Start a systemd service ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Rocket has launched from" --length=100 diff --git a/scripts/upgrade b/scripts/upgrade index efc9c48..ac7c8e6 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -233,8 +233,8 @@ fi #================================================= ynh_script_progression --message="Starting a systemd service..." -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="unable to load Private Key" --length=100 -ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd" --line_match="Stopped Bitwarden Server" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" +ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd" ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Rocket has launched from" --length=100