Merge pull request #1199 from SilvioMessi/fix-env.sh

fix: typo in env.sh
This commit is contained in:
Khor Shu Heng 2025-01-27 08:46:50 +08:00 committed by GitHub
commit 7a6bbcb696
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ if [ -z "${AF_GOTRUE_URL}" ]; then
echo "Error: AF_BASE_URL is not set." echo "Error: AF_BASE_URL is not set."
exit 1 exit 1
fi fi
find ${STATIC_JS_FILE_PATH} -type f -exec sed -i "s|AF_BASE_URL_PLACEHOLDER|$AF_BASE_UR|g" {} + find ${STATIC_JS_FILE_PATH} -type f -exec sed -i "s|AF_BASE_URL_PLACEHOLDER|$AF_BASE_URL|g" {} +
find ${STATIC_JS_FILE_PATH} -type f -exec sed -i "s|AF_GOTRUE_URL_PLACEHOLDER|$AF_GOTRUE_URL|g" {} + find ${STATIC_JS_FILE_PATH} -type f -exec sed -i "s|AF_GOTRUE_URL_PLACEHOLDER|$AF_GOTRUE_URL|g" {} +