bug fixes

This commit is contained in:
AJ ONeal
2020-05-04 11:30:42 +00:00
parent 0e4ec7e16b
commit 3c08ddc94b
3 changed files with 11 additions and 12 deletions

View File

@@ -69,7 +69,7 @@ if [ -e "$new_node_home/bin/node" ]; then
exit 0
fi
fi
if [ "$cur_node" != "$new_node" ]; then
if [ -n "$cur_node" ] && [ "$cur_node" != "$new_node" ]; then
echo "WARN: possible conflict with node v$WEBI_VERSION at $cur_node"
fi