feat: Consolidate service start commands in nexterm.sh

This commit is contained in:
Mathias Wagner
2026-05-25 17:28:08 +02:00
parent 31814786d8
commit b50424046f

View File

@@ -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