mirror of
https://github.com/itdoginfo/ansible-openwrt-hirkn.git
synced 2026-04-01 07:05:14 +05:00
Compare commits
2 Commits
7f127fb08f
...
f7e31459b0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f7e31459b0 | ||
|
|
fb91e5c9f5 |
@@ -530,6 +530,7 @@ cat << 'EOF' >> /etc/init.d/getdomains
|
|||||||
else
|
else
|
||||||
echo "GitHub is not available. Check the internet availability [$count]"
|
echo "GitHub is not available. Check the internet availability [$count]"
|
||||||
count=$((count+1))
|
count=$((count+1))
|
||||||
|
sleep 5
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ start () {
|
|||||||
else
|
else
|
||||||
echo "GitHub is not available. Check the internet availability [$count]"
|
echo "GitHub is not available. Check the internet availability [$count]"
|
||||||
count=$((count+1))
|
count=$((count+1))
|
||||||
|
sleep 5
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
@@ -71,6 +72,7 @@ start () {
|
|||||||
else
|
else
|
||||||
echo "antifilter.download is not available. Check the internet availability [$count]"
|
echo "antifilter.download is not available. Check the internet availability [$count]"
|
||||||
count=$((count+1))
|
count=$((count+1))
|
||||||
|
sleep 5
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user