Add dashboard UI updates and settings modal
This commit is contained in:
7
set_ready.sh
Executable file
7
set_ready.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
echo "Waiting for pikit to resolve..."
|
||||
while ! getent hosts pikit >/dev/null;
|
||||
do sleep 1
|
||||
done
|
||||
ssh -i ~/.ssh/pikit dietpi@pikit sudo touch /var/run/pikit-ready
|
||||
echo "Done."
|
||||
Reference in New Issue
Block a user