diff options
author | Scott Ullrich <sullrich@sullrich-MacBookPro.local> | 2009-03-24 14:09:58 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@sullrich-MacBookPro.local> | 2009-03-24 14:09:58 -0400 |
commit | aeca0c4e2c84c336f4b47134720edf6e75dec739 (patch) | |
tree | 4832584bcdd1f71d061f747935516caa77b4860e /etc | |
parent | 833eb9d680935bd27ccd49635226745ffef34609 (diff) | |
download | pfsense-aeca0c4e2c84c336f4b47134720edf6e75dec739.zip pfsense-aeca0c4e2c84c336f4b47134720edf6e75dec739.tar.gz |
Add missng `
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.update_bogons.sh | 2 |
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 |