Add restart-dashboard.sh
This commit is contained in:
7
restart-dashboard.sh
Normal file
7
restart-dashboard.sh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# Restart Home Assistant Dashboard from TTY
|
||||||
|
|
||||||
|
echo "Restarting Home Assistant Dashboard..."
|
||||||
|
~/scripts/stop-dashboard.sh
|
||||||
|
sleep 2
|
||||||
|
~/scripts/launch-dashboard.sh
|
||||||
Reference in New Issue
Block a user