diff --git a/scripts/backup b/scripts/backup index b3b2b8b..ccd59c9 100644 --- a/scripts/backup +++ b/scripts/backup @@ -82,7 +82,7 @@ ynh_backup --src_path="/etc/systemd/system/$app.service" #================================================= ynh_script_progression --message="Starting a systemd service..." --time --weight=1 -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Listening for new connections on" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Rocket has launched from" #================================================= # END OF SCRIPT diff --git a/scripts/change_url b/scripts/change_url index 1270e81..65764df 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -96,7 +96,7 @@ fi #================================================= ynh_script_progression --message="Starting a systemd service..." --time --weight=1 -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Listening for new connections on" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Rocket has launched from" #================================================= # RELOAD NGINX diff --git a/scripts/install b/scripts/install index 10d38ba..6732e6a 100644 --- a/scripts/install +++ b/scripts/install @@ -189,7 +189,7 @@ yunohost service add $app --description "$app daemon for Bitwarden" --log "/var/ ynh_script_progression --message="Starting a systemd service..." --time --weight=1 # Start a systemd service -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Listening for new connections on" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Rocket has launched from" #================================================= # SETUP FAIL2BAN diff --git a/scripts/restore b/scripts/restore index b120eef..8f0f901 100644 --- a/scripts/restore +++ b/scripts/restore @@ -111,7 +111,7 @@ yunohost service add $app --description "$app daemon for Bitwarden" --log "/var/ #================================================= ynh_script_progression --message="Starting a systemd service..." --time --weight=1 -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Listening for new connections on" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Rocket has launched from" #================================================= # RESTORE THE LOGROTATE CONFIGURATION diff --git a/scripts/upgrade b/scripts/upgrade index 4c7c21e..4992dc6 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -215,7 +215,7 @@ fi #================================================= ynh_script_progression --message="Starting a systemd service..." --time --weight=1 -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Listening for new connections on" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Rocket has launched from" #================================================= # RELOAD NGINX