fix: typo in env.sh

This commit is contained in:
Silvio Messi 2025-01-26 18:04:05 +01:00
parent a272ce1296
commit 505d15c316
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."
exit 1
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" {} +