From b50424046f00e3945956a86ca228134a4f090d10 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 25 May 2026 17:28:08 +0200 Subject: [PATCH] feat: Consolidate service start commands in nexterm.sh --- ct/nexterm.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ct/nexterm.sh b/ct/nexterm.sh index 3320aa6d..002f9631 100644 --- a/ct/nexterm.sh +++ b/ct/nexterm.sh @@ -60,8 +60,7 @@ function update_script() { fi msg_info "Starting Services" - systemctl start nexterm-server - systemctl start nexterm-engine + systemctl start nexterm-server nexterm-engine msg_ok "Started Services" msg_ok "Updated successfully!" exit