mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-17 03:40:39 +00:00
fix syntax error if is blank
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user