From e0bf2b09695c0f8ead47f1d7f18c4a36495d60b6 Mon Sep 17 00:00:00 2001 From: Alexander Trost Date: Tue, 8 Mar 2016 16:44:24 +0100 Subject: [PATCH] Removed sed on process_fts_updates --- entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index be7f2c4..f1afe8c 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -246,7 +246,6 @@ databaseConfiguration() { }, }" setConfigurationValue "DATABASES" "$VALUE" "$ZPROJECT_SETTINGS" "array" - sed -i "s~psycopg2.connect\(.*\)~psycopg2.connect(\"host=$DB_HOST port=$DB_HOST_PORT dbname=$DB_NAME user=$DB_USER password=$DB_PASS\")~g" /usr/local/bin/process_fts_updates echo "Database configuration succeeded." } cacheRatelimitConfiguration() {