diff --git a/ct/omniroute.sh b/ct/omniroute.sh index 1dc0d25af..a8f24a984 100644 --- a/ct/omniroute.sh +++ b/ct/omniroute.sh @@ -43,6 +43,8 @@ function update_script() { fi msg_ok "New version available: ${LATEST}" + NODE_VERSION="26" setup_nodejs + msg_info "Stopping Service" systemctl stop omniroute msg_ok "Stopped Service"