Change curator to daily for true cluster

This commit is contained in:
Josh Brower
2022-06-15 11:38:38 -04:00
parent 286909af4b
commit 072cb3cca2
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ fi
{% else %}
gh_status=$(curl -s -o /dev/null -w "%{http_code}" http://github.com)
gh_status=$(curl -s -o /dev/null -w "%{http_code}" https://github.com)
clone_dir="/tmp"
if [ "$gh_status" == "200" ] || [ "$gh_status" == "301" ]; then