mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add missing then
This commit is contained in:
parent
c6a15b306c
commit
5dcd63b59f
2
etc/rc
2
etc/rc
@ -38,7 +38,7 @@ fi
|
||||
product=`/bin/cat /etc/inc/globals.inc | /usr/bin/grep product_name | /usr/bin/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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user