1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

MycroftOS: Add node-red launcher scripts and service file.

This commit is contained in:
j1nx
2020-09-15 09:37:39 +02:00
parent 68a91d97bc
commit baa7435c33
7 changed files with 166 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
echo -e '\033]2;'Node-RED console'\007'
echo -e "\033[1mStop \033[38;5;88mNode-RED\033[0m"
echo " "
echo -e "Use \033[0;36mnode-red-start\033[0m to start Node-RED again"
sudo systemctl stop nodered
echo " "
exit