summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ec89ec2..8c9d6d5 100755
--- a/etc/rc.update_bogons.sh
+++ b/etc/rc.update_bogons.sh
@@ -7,7 +7,7 @@
echo "rc.update_bogons.sh is starting up." | logger
# Grab a random value
-value=`od -A n -d -N2 /dev/random | awk '{ print $1 }'
+value=`od -A n -d -N2 /dev/random | awk '{ print $1 }'`
echo "rc.update_bogons.sh is sleeping for $value" | logger
OpenPOWER on IntegriCloud