Explorar o código

Update node-red_setup.sh

tteckster %!s(int64=3) %!d(string=hai) anos
pai
achega
0cf3512f96
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      setup/node-red_setup.sh

+ 1 - 1
setup/node-red_setup.sh

@@ -52,7 +52,7 @@ ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,3840
 EOF
 systemctl daemon-reload
 systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
-node-red-start &>/dev/null
+systemctl start nodered.service &>/dev/null
 systemctl enable nodered.service &>/dev/null
 echo -e "${CHECKMARK} \e[1;92m Cleanup... \e[0m"
 rm -rf /node-red_setup.sh /var/{cache,log}/* /var/lib/apt/lists/*