summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-03-25 18:58:27 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-03-25 19:00:34 -0400
commit89ee8c555983aaa54318ce6d888224119b79f977 (patch)
tree089a68be0dfad536f2d7df86da9421aabd6f5cb0 /etc/rc
parent1a6df0f250b99327aac34a5ab1d8e255147ccbb1 (diff)
downloadpfsense-89ee8c555983aaa54318ce6d888224119b79f977.zip
pfsense-89ee8c555983aaa54318ce6d888224119b79f977.tar.gz
Add missing then
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 67e2ceb..bf0dc75 100755
--- a/etc/rc
+++ b/etc/rc
@@ -40,7 +40,7 @@ fi
product=`cat /etc/inc/globals.inc | grep product_name | cut -d'"' -f4`
hideplatform=`cat /etc/inc/globals.inc | grep hideplatform | cut -d'"' -f4`
-if [ "$hideplatform" = "true" ];
+if [ "$hideplatform" = "true" ]; then
platformbanner="" # hide the platform
else
platformbanner=" on the '${PLATFORM}' platform"
OpenPOWER on IntegriCloud