OpenVoiceOS/buildroot-external/rootfs-overlay/usr/bin/node-red-restart

4 lines
99 B
Plaintext
Raw Normal View History

#!/bin/bash
sudo systemctl restart nodered
echo -e "\033[1mRestarted \033[38;5;88mNode-RED\033[0m"