feat: Enhance win effects and animations in OfflineView component
This commit is contained in:
@@ -7,8 +7,9 @@ TARGET_PATH="/usr/share/nginx/html/env.js"
|
||||
|
||||
if [ -f "$TEMPLATE_PATH" ]; then
|
||||
echo "Rendering runtime config from $TEMPLATE_PATH"
|
||||
# export all variables for envsubst to access
|
||||
# only substitute variables present in the template
|
||||
echo "Using environment variables:"
|
||||
printenv
|
||||
echo "----"
|
||||
envsubst < "$TEMPLATE_PATH" > "$TARGET_PATH"
|
||||
else
|
||||
echo "No runtime template found at $TEMPLATE_PATH, skipping"
|
||||
|
||||
Reference in New Issue
Block a user