mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
Use a better way to wait for the network.
This commit is contained in:
parent
96b997e8cf
commit
2734857902
@ -1,6 +1,6 @@
|
||||
#!/bin/dash
|
||||
|
||||
sleep 16
|
||||
while ! ping -c 1 9.9.9.9 > /dev/null 2>&1; do sleep 0.5; done
|
||||
|
||||
DATA_DIR="$HOME/.cache/youtube_channels"
|
||||
CHANNEL_LIST="$HOME/.local/share/channels.txt"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user