summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin/update_file.sh
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-10 04:09:57 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-10 04:09:57 +0000
commit977b24b38e6a77d921d59c6da6f45744ef178e35 (patch)
tree36a2c0885e14bb3a2da019ce884acbd51b31413d /usr/local/sbin/update_file.sh
parentd7acc69661755cb5d7624b692fae8faee08a5e96 (diff)
downloadpfsense-977b24b38e6a77d921d59c6da6f45744ef178e35.zip
pfsense-977b24b38e6a77d921d59c6da6f45744ef178e35.tar.gz
forgot ; then
Diffstat (limited to 'usr/local/sbin/update_file.sh')
-rwxr-xr-xusr/local/sbin/update_file.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/sbin/update_file.sh b/usr/local/sbin/update_file.sh
index f41dee2..2bcde02 100755
--- a/usr/local/sbin/update_file.sh
+++ b/usr/local/sbin/update_file.sh
@@ -42,7 +42,7 @@ done
/etc/rc.conf_mount_ro
-if [ $? -eq 0 ]
+if [ $? -eq 0 ]; then
echo "File updated."
else
echo "An error occured during update."
OpenPOWER on IntegriCloud