mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-07 07:11:23 +00:00
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