summaryrefslogtreecommitdiffstats
path: root/etc/rc.update_bogons.sh
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-05-03 10:53:33 -0400
committerjim-p <jimp@pfsense.org>2012-05-03 10:53:33 -0400
commit331103ae15e535f6e35145c310063298903b71c9 (patch)
tree7021de0c89532d87b477d435375fb1115280649b /etc/rc.update_bogons.sh
parentaa11af0768d20070959f60225912e66fe6aa3f69 (diff)
downloadpfsense-331103ae15e535f6e35145c310063298903b71c9.zip
pfsense-331103ae15e535f6e35145c310063298903b71c9.tar.gz
Fix syntax error in bogons update
Diffstat (limited to 'etc/rc.update_bogons.sh')
-rwxr-xr-xetc/rc.update_bogons.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.update_bogons.sh b/etc/rc.update_bogons.sh
index 37d2c6d..29a77ee 100755
--- a/etc/rc.update_bogons.sh
+++ b/etc/rc.update_bogons.sh
@@ -22,7 +22,7 @@ echo "rc.update_bogons.sh is beginning the update cycle." | logger
/usr/bin/fetch -q -o /tmp/bogons "http://files.pfsense.org/mirrors/bogon-bn-nonagg.txt"
/usr/bin/fetch -q -o /tmp/bogonsv6 "http://files.pfsense.org/mirrors/fullbogons-ipv6.txt"
-if [ ! -f /tmp/bogons ];
+if [ ! -f /tmp/bogons ]; then
echo "Could not download http://files.pfsense.org/mirrors/bogon-bn-nonagg.txt" | logger
dl_error="true"
fi
OpenPOWER on IntegriCloud