From 9a89c8f5136fd7ee0edb348853f89e5f4dbe4b3b Mon Sep 17 00:00:00 2001 From: Steppy Date: Fri, 19 Sep 2025 15:52:57 +0200 Subject: [PATCH] Make sure bungee is stopped again --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 1e57581..9d5fee1 100755 --- a/start.sh +++ b/start.sh @@ -65,7 +65,7 @@ fi trap cleanup SIGINT cleanup() { - if $proxy; then + if $proxy || $bungee; then # stop the proxy screen -S "$PROXY_SCREEN" -X stuff "end\n" echo "The proxy has been stopped"