mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Merge pull request #331 from databasus/develop
FIX (script): Fix script creation in playground head
This commit is contained in:
@@ -275,7 +275,7 @@ JSEOF
|
||||
# Inject analytics script if provided
|
||||
if [ -n "\${ANALYTICS_SCRIPT:-}" ]; then
|
||||
echo "Injecting analytics script..."
|
||||
sed -i "s#</head># \${ANALYTICS_SCRIPT}\n </head>#" /app/ui/build/index.html
|
||||
sed -i "s#</head># \${ANALYTICS_SCRIPT}"$'\n'" </head>#" /app/ui/build/index.html
|
||||
fi
|
||||
|
||||
# Ensure proper ownership of data directory
|
||||
|
||||
Reference in New Issue
Block a user