mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-20 08:16:24 +00:00
Merge pull request #224 from SConaway/patch-2
Attempt to remove /data/.verify_access
This commit is contained in:
@@ -29,6 +29,8 @@ if ! touch /data/.verify_access; then
|
||||
exit 2
|
||||
fi
|
||||
|
||||
rm /data/.verify_access || true
|
||||
|
||||
if [[ $PROXY ]]; then
|
||||
export http_proxy="$PROXY"
|
||||
export https_proxy="$PROXY"
|
||||
|
||||
Reference in New Issue
Block a user