aboutsummaryrefslogtreecommitdiff
path: root/tools/boca-fixes
diff options
context:
space:
mode:
authorBruno Cesar Ribas <brunoribas@gmail.com>2018-10-23 11:58:14 +0000
committerBruno Cesar Ribas <brunoribas@gmail.com>2018-10-23 11:58:14 +0000
commitee2f72f16c37f96e99bb6b51c01fc88122533b86 (patch)
tree2ebe6a70b99277638962d32e8caa81876574e6d1 /tools/boca-fixes
parent8fa580d8a0ef5a9e2455c477a296cb0a537e0ba3 (diff)
parentb22599392fed08b5e86af140a4508a8892058088 (diff)
downloadboca-ee2f72f16c37f96e99bb6b51c01fc88122533b86.tar.gz
boca-ee2f72f16c37f96e99bb6b51c01fc88122533b86.zip
Merge remote-tracking branch 'origin/develc' into devel
Diffstat (limited to 'tools/boca-fixes')
-rw-r--r--tools/boca-fixes2
1 files changed, 1 insertions, 1 deletions
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"