mirror of
https://github.com/itdoginfo/ansible-openwrt-hirkn.git
synced 2026-04-04 16:45:13 +05:00
Compare commits
1 Commits
f7e31459b0
...
7f127fb08f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7f127fb08f |
@@ -530,7 +530,6 @@ 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,7 +34,6 @@ 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
|
||||||
|
|
||||||
@@ -72,7 +71,6 @@ 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