mirror of
https://github.com/itdoginfo/ansible-openwrt-hirkn.git
synced 2025-12-30 11:23:35 +05:00
Compare commits
1 Commits
f7e31459b0
...
7f127fb08f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7f127fb08f |
@@ -530,7 +530,6 @@ 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,7 +34,6 @@ start () {
|
||||
else
|
||||
echo "GitHub is not available. Check the internet availability [$count]"
|
||||
count=$((count+1))
|
||||
sleep 5
|
||||
fi
|
||||
done
|
||||
|
||||
@@ -72,7 +71,6 @@ 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