mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-18 20:03:16 +01:00
4 lines
99 B
Bash
Executable File
4 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
sudo systemctl restart nodered
|
|
echo -e "\033[1mRestarted \033[38;5;88mNode-RED\033[0m"
|