missed edit

This commit is contained in:
crowetic 2024-11-04 12:09:01 -08:00
parent 9ca72be815
commit 7930b3c0dc

View File

@ -84,7 +84,7 @@ if [ "$USE_SCREEN" = true ]; then
screen -x peer_count_monitor
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"
main_loop"
log "Started in a new screen session."
log "Acceptable peer count set: $ACCEPTABLE_PEERS"
fi