From 4f74409542eb12eb522f13ff475310707082e0a1 Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Mon, 11 May 2026 14:22:59 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 235cb8a..b96497b 100755 --- a/scripts/install +++ b/scripts/install @@ -36,7 +36,7 @@ ynh_config_add_logrotate /var/log/technitium/dns ynh_script_progression "Starting $app's systemd service..." # Start a systemd service -ynh_systemctl --service="$app" --action="start" --wait_until="in web browser to access web console." +ynh_systemctl --service="$app" --action="start" --wait_until="^.*in web browser to access web console\\.$" #================================================= # END OF SCRIPT