Attempt to remove /data/.verify_access

This commit is contained in:
Steven Conaway
2018-07-05 10:11:21 -07:00
committed by GitHub
parent 4192bea3ab
commit d0577a43fd

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"