diff --git a/peer-count-auto-restart.sh b/peer-count-auto-restart.sh
index e214001..fdb3623 100755
--- a/peer-count-auto-restart.sh
+++ b/peer-count-auto-restart.sh
@@ -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