From 09556aa6ac22ce2ce60c82d50d322934be774866 Mon Sep 17 00:00:00 2001 From: Brandon Hopkins <76761586+TechHutTV@users.noreply.github.com> Date: Sat, 10 Jan 2026 16:03:24 -0800 Subject: [PATCH] Update install/netbird-install.sh Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- install/netbird-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/netbird-install.sh b/install/netbird-install.sh index 555dac6fd..8fc0beb1f 100644 --- a/install/netbird-install.sh +++ b/install/netbird-install.sh @@ -27,7 +27,7 @@ $STD apt install -y netbird msg_ok "Installed NetBird" msg_info "Enabling NetBird Service" -$STD systemctl enable --now netbird +$STD systemctl enable -q --now netbird msg_ok "Enabled NetBird Service" # NetBird Deployment Type Selection