Update node-red_setup.sh

This commit is contained in:
tteckster 2022-01-29 18:04:17 -05:00 committed by GitHub
parent dab8a7388d
commit 0cf3512f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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