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