forever till success
This commit is contained in:
@ -3,7 +3,8 @@
|
||||
#cd /srv/dev-disk-by-uuid-b7a4d72a-4b42-4599-9712-c044e8fe3213/NSFB/Hentai || exit 1
|
||||
#cp downloaded_r34.txt to_download_r34.txt || exit 1
|
||||
|
||||
#try once
|
||||
while [ 1 ]
|
||||
do
|
||||
gallery-dl --config ./config.json --input-file-delete to_download_r34.txt
|
||||
|
||||
if [ ! -s to_download_r34.txt ]; then
|
||||
@ -11,21 +12,11 @@ if [ ! -s to_download_r34.txt ]; then
|
||||
echo "file empty"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
echo "file not empty"
|
||||
|
||||
if [ $(ping -qc 3 rule34.xxx > /dev/null 2>&1) ]; then
|
||||
echo "no internet"
|
||||
exit 1
|
||||
else
|
||||
fi
|
||||
echo "has internet"
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
||||
#try again
|
||||
gallery-dl --config ./config.json --input-file-delete to_download_r34.txt
|
||||
|
||||
if [ ! -s to_download_r34.txt ]; then
|
||||
echo "file empty"
|
||||
exit 0
|
||||
fi
|
||||
done
|
||||
|
Reference in New Issue
Block a user