missed edit
This commit is contained in:
parent
9ca72be815
commit
7930b3c0dc
@ -84,7 +84,7 @@ if [ "$USE_SCREEN" = true ]; then
|
|||||||
screen -x peer_count_monitor
|
screen -x peer_count_monitor
|
||||||
else
|
else
|
||||||
screen -dmS peer_count_monitor bash -c "$(declare -f log get_number_of_connections restart_qortal main_loop); ACCEPTABLE_PEERS=$ACCEPTABLE_PEERS; QORTAL_DIR=$QORTAL_DIR; LOG_FILE=$LOG_FILE; main_loop"
|
screen -dmS peer_count_monitor bash -c "$(declare -f log get_number_of_connections restart_qortal main_loop); ACCEPTABLE_PEERS=$ACCEPTABLE_PEERS; QORTAL_DIR=$QORTAL_DIR; LOG_FILE=$LOG_FILE; main_loop"
|
||||||
main_loop"
|
|
||||||
log "Started in a new screen session."
|
log "Started in a new screen session."
|
||||||
log "Acceptable peer count set: $ACCEPTABLE_PEERS"
|
log "Acceptable peer count set: $ACCEPTABLE_PEERS"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user