pull/289/head
admire 2021-01-03 13:35:33 +02:00
rodzic a80b240397
commit c3182d69e9
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -7,9 +7,6 @@ if [ -f "${SETUP_LOCKFILE}" ]; then
return 0
fi
list=(`echo ${POSTGRES_DBNAME} | tr ',' ' '`)
arr=(${list})
SINGLE_DB=${arr[0]}
# This script will setup necessary configuration to enable replications
# Refresh configuration in case environment settings changed.