From 5b809962b1f4cc637df264790706807baaf4557f Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 14 Aug 2023 11:01:48 -0400 Subject: [PATCH] fixed byobu command --- Infern009's Factorio Server/stop_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Infern009's Factorio Server/stop_server.sh b/Infern009's Factorio Server/stop_server.sh index 4e8d5fa..02d6f1a 100644 --- a/Infern009's Factorio Server/stop_server.sh +++ b/Infern009's Factorio Server/stop_server.sh @@ -1,2 +1,2 @@ #!/usr/bin/env bash -byobu -S factorio send-keys "/quit" C-m +byobu send-keys -t factorio /quit C-m