fix syntax error if is blank

This commit is contained in:
immarvin 2013-12-19 04:26:24 -08:00
parent 5b2c27eb75
commit b767c8ae95

View File

@ -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