diff options
| author | cassio <cassiopc@gmail.com> | 2018-10-23 08:35:41 +0000 |
|---|---|---|
| committer | cassio <cassiopc@gmail.com> | 2018-10-23 08:35:41 +0000 |
| commit | 7adfeeb68a0426a80e3e89d571f22b25be567c4d (patch) | |
| tree | 159b6f62f30b3e9b791c55f0aecacc83ece40d3e /tools/boca-fixes | |
| parent | 8fddbaf054150fdf2644b27fda43d2d370c564d4 (diff) | |
| download | boca-7adfeeb68a0426a80e3e89d571f22b25be567c4d.tar.gz boca-7adfeeb68a0426a80e3e89d571f22b25be567c4d.zip | |
small fixes, commenting of undesired code
Diffstat (limited to 'tools/boca-fixes')
| -rw-r--r-- | tools/boca-fixes | 2 |
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" |