summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-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