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