mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add missing space
This commit is contained in:
parent
ad22530333
commit
446ffdbdfd
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 | wc -l`
|
||||
|
||||
if [ "$hideplatform" -gt "0"]; then
|
||||
if [ "$hideplatform" -gt "0" ]; then
|
||||
platformbanner="" # hide the platform
|
||||
else
|
||||
platformbanner=" on the '${PLATFORM}' platform"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user