From 5d1a3091d18d774203122f473eb759d1297499f5 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 4 Apr 2022 21:38:13 +0100 Subject: [PATCH] added uncommitted changes --- start.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/start.sh b/start.sh index e2802a261dd..e160fd70466 100755 --- a/start.sh +++ b/start.sh @@ -81,6 +81,7 @@ if [ "$DO_LOOP" == "yes" ]; then done else "$PHP_BINARY" "$POCKETMINE_FILE" $@ - handle_exit_code $? + exitcode=$? + handle_exit_code $exitcode exit $exitcode fi