From 2cacdb0bfdf2c66ba095f9f922e3f3f06f4ba753 Mon Sep 17 00:00:00 2001 From: cassio Date: Wed, 29 Aug 2018 15:43:09 +0200 Subject: easier location --- tools/boca-fixes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3