mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
remove unnecessary cat
This commit is contained in:
parent
5d4126249d
commit
2580f58440
@ -64,8 +64,8 @@ fi
|
||||
|
||||
/etc/rc.banner
|
||||
|
||||
product=`cat /etc/inc/globals.inc | grep product_name | cut -d'"' -f4`
|
||||
hidebanner=`cat /etc/inc/globals.inc | grep hidebanner | cut -d'"' -f4`
|
||||
product=`grep product_name /etc/inc/globals.inc | cut -d'"' -f4`
|
||||
hidebanner=`grep hidebanner /etc/inc/globals.inc | cut -d'"' -f4`
|
||||
|
||||
# display a cheap menu
|
||||
echo
|
||||
|
||||
Loading…
Reference in New Issue
Block a user