aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcassio <cassiopc@gmail.com>2018-08-29 13:43:09 +0000
committercassio <cassiopc@gmail.com>2018-08-29 13:43:09 +0000
commit2cacdb0bfdf2c66ba095f9f922e3f3f06f4ba753 (patch)
tree3bc451d66156488342bd20efb8a90f96a7028232
parent09b4f6d1d166ad97f50cd8bbec48f6f4f920385c (diff)
downloadboca-2cacdb0bfdf2c66ba095f9f922e3f3f06f4ba753.tar.gz
boca-2cacdb0bfdf2c66ba095f9f922e3f3f06f4ba753.zip
easier location
-rw-r--r--tools/boca-fixes2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/boca-fixes b/tools/boca-fixes
index 6d67425..277542b 100644
--- a/tools/boca-fixes
+++ b/tools/boca-fixes
@@ -25,7 +25,7 @@ fi
tmpdate=$(date +%s%N)
tmpfile=/root/.boca-updates.$tmpdate
rm $tmpfile 2>/dev/null
-wget --no-check-certificate -O $tmpfile https://$BOCAIP/boca-updates/boca-updates >/dev/null 2>/dev/null
+wget --no-check-certificate -O $tmpfile https://$BOCAIP/boca/systemupdates/boca-updates >/dev/null 2>/dev/null
if [ -f $tmpfile ]; then
grep -q boca-updates $tmpfile
if [ "$?" == "0" ]; then