Skip to content

Commit

Permalink
added uncommitted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Apr 4, 2022
1 parent dec17ca commit 5d1a309
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5d1a309

Please sign in to comment.