node-red (alpine): remove unneeded service file

This commit is contained in:
CanbiZ
2025-05-28 10:46:47 +02:00
parent 7079f428ca
commit 9e2d66266a
2 changed files with 0 additions and 27 deletions

View File

@@ -32,10 +32,6 @@ function update_script() {
$STD npm install -g --unsafe-perm node-red
msg_ok "Updated Node-RED"
msg_info "Restarting Node-RED"
$STD rc-service nodered restart
msg_ok "Restarted Node-RED"
exit 0
}