mirror of
https://github.com/itdoginfo/ansible-openwrt-hirkn.git
synced 2025-12-24 08:03:35 +05:00
added sleep in getdomains
This commit is contained in:
@@ -530,6 +530,7 @@ cat << 'EOF' >> /etc/init.d/getdomains
|
||||
else
|
||||
echo "GitHub is not available. Check the internet availability [$count]"
|
||||
count=$((count+1))
|
||||
sleep 5
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@ start () {
|
||||
else
|
||||
echo "GitHub is not available. Check the internet availability [$count]"
|
||||
count=$((count+1))
|
||||
sleep 5
|
||||
fi
|
||||
done
|
||||
|
||||
@@ -71,6 +72,7 @@ start () {
|
||||
else
|
||||
echo "antifilter.download is not available. Check the internet availability [$count]"
|
||||
count=$((count+1))
|
||||
sleep 5
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user