Make sure bungee is stopped again
This commit is contained in:
parent
405cd85f07
commit
9a89c8f513
2
start.sh
2
start.sh
@ -65,7 +65,7 @@ fi
|
|||||||
trap cleanup SIGINT
|
trap cleanup SIGINT
|
||||||
|
|
||||||
cleanup() {
|
cleanup() {
|
||||||
if $proxy; then
|
if $proxy || $bungee; then
|
||||||
# stop the proxy
|
# stop the proxy
|
||||||
screen -S "$PROXY_SCREEN" -X stuff "end\n"
|
screen -S "$PROXY_SCREEN" -X stuff "end\n"
|
||||||
echo "The proxy has been stopped"
|
echo "The proxy has been stopped"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user