sim: always enable the status bar [skip ci]

This commit is contained in:
Ștefan Talpalaru 2019-10-29 21:13:24 +01:00
parent 72c42838cb
commit baed13dca2
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ for i in $(seq 0 $LAST_NODE); do
done
fi
CMD="${SIM_ROOT}/run_node.sh $i --status-bar:off"
CMD="${SIM_ROOT}/run_node.sh $i"
if [[ "$USE_MULTITAIL" != "no" ]]; then
if [[ "$i" == "0" ]]; then