Setup Script - Fix Variable

This commit is contained in:
Mike Reeves
2018-05-18 14:39:35 -04:00
parent d37bee297b
commit 3afaaf4310

View File

@@ -449,7 +449,7 @@ set_node_type() {
$NODETYPE="storage"
fi
if [ $INSTALLTYPE == 'PARSINGNODE' ]; then
$NODETYPE="parser"
$NODETYPE='parser'
fi
if [ $INSTALLTYPE == 'HOTNODE' ]; then
$NODETYPE="hot"