From 1fdc80c7d26f92d4befa80ee2444dbf3381ee9c5 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 7 Aug 2026 14:23:10 +0200 Subject: [PATCH] Suppress output for enabling Orb service --- install/orb-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/orb-install.sh b/install/orb-install.sh index c6c5926c41..47a228bb5b 100644 --- a/install/orb-install.sh +++ b/install/orb-install.sh @@ -25,7 +25,7 @@ $STD apt install -y orb msg_ok "Installed Orb" msg_info "Enabling Service" -$STD systemctl enable --now orb +systemctl enable -q --now orb msg_ok "Enabled Service" motd_ssh