mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01: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
|
#!/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"
|
DATA_DIR="$HOME/.cache/youtube_channels"
|
||||||
CHANNEL_LIST="$HOME/.local/share/channels.txt"
|
CHANNEL_LIST="$HOME/.local/share/channels.txt"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user