Merge pull request #224 from SConaway/patch-2

Attempt to remove /data/.verify_access
This commit is contained in:
Geoff Bourne
2018-07-05 20:46:28 -05:00
committed by GitHub

View File

@@ -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"