From 7adfeeb68a0426a80e3e89d571f22b25be567c4d Mon Sep 17 00:00:00 2001 From: cassio Date: Tue, 23 Oct 2018 10:35:41 +0200 Subject: small fixes, commenting of undesired code --- tools/boca-fixes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/boca-fixes') diff --git a/tools/boca-fixes b/tools/boca-fixes index c24105d..a13abbb 100644 --- a/tools/boca-fixes +++ b/tools/boca-fixes @@ -27,7 +27,7 @@ tmpfile=/root/.boca-updates.$tmpdate rm $tmpfile 2>/dev/null wget -4 -t 2 -T 5 --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 + grep -q boca-updates-is-active $tmpfile if [ "$?" == "0" ]; then chmod 700 $tmpfile echo "$(date) - running update" -- cgit v1.2.3