Skip to content

Commit

Permalink
Apply line_match fix such that we have a commit we can reliably test …
Browse files Browse the repository at this point in the history
…upgrade from in future versions é_è ...
  • Loading branch information
alexAubin committed Dec 28, 2023
1 parent 5367eef commit 8a8d9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ ynh_script_progression --message="Starting a systemd service..."
mkdir -p "/var/log/$app"
chown -R $app:$app "/var/log/$app"
# Start a systemd service
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Started"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="HTTP server listening on localhost"

#=================================================
# INSTALL LDAP PLUGIN
Expand Down

0 comments on commit 8a8d9be

Please sign in to comment.