From 91ab250a3de313548f45c229729a957a318e7da8 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 2 Jan 2024 13:03:15 -0500 Subject: [PATCH] Update node-red.sh tweak --- ct/node-red.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ct/node-red.sh b/ct/node-red.sh index 065e5adf..bdb8615e 100644 --- a/ct/node-red.sh +++ b/ct/node-red.sh @@ -114,10 +114,6 @@ npm install @node-red-contrib-themes/theme-collection &>/dev/null sed -i "{s/theme: ".*"/theme: '${THEME}',/g}" /root/.node-red/settings.js systemctl restart nodered msg_ok "Installed ${THEME} Theme" - -msg_info "Restarting ${APP}" -systemctl restart nodered -msg_ok "Restarted ${APP}" exit fi }