fix syntax error if is blank
This commit is contained in:
parent
5b2c27eb75
commit
b767c8ae95
@ -111,7 +111,7 @@ config_Rsyslog_C3()
|
||||
|
||||
#echo "NTYPE=$NTYPE,OSVER=$OSVER,OSTYPE=$OSTYPE"
|
||||
|
||||
if [ $NTYPE = service ]; then
|
||||
if [ "$NTYPE" = service ]; then
|
||||
isSN=1
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user