When upgrading to the newest package. After unpacking the files, the bedrock_server file needs to have the execute bit set. Due to the fact that the files are in a Zip, the permission bits on the files are incorrect. The simple fix is to add the following line after unzipping. Letting ${BASE_DIR}/${SERVER_NAME} be the path to the server files.
When upgrading to the newest package. After unpacking the files, the bedrock_server file needs to have the execute bit set. Due to the fact that the files are in a Zip, the permission bits on the files are incorrect. The simple fix is to add the following line after unzipping. Letting ${BASE_DIR}/${SERVER_NAME} be the path to the server files.
chmod u+x ${BASE_DIR}/${SERVER_NAME}/bedrock_server