revert ATLAS_STATIC since it should be already set

This commit is contained in:
James Swineson 2023-06-23 22:01:11 +08:00 committed by GitHub
parent 1e9b55a56d
commit 74c2851341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,4 @@ for OPT in "${OPTIONS[@]}"; do
fi fi
done done
export ATLAS_STATIC="/usr/local/atlas"
exec gosu atlas:atlas "$@" exec gosu atlas:atlas "$@"