Leopere nov 11 #42

Merged
tiger5226 merged 17 commits from leopere-nov-11 into master 2018-12-18 04:18:03 +01:00
Showing only changes of commit 74d6cc34fe - Show all commits

View file

@ -22,7 +22,7 @@ CONFIG_SETTINGS=(
APIMYSQLDSN APIMYSQLDSN
) )
function set_configs() { function set_configs(parameter) {
## Set configs on container start if not already set. ## Set configs on container start if not already set.
for i in "${!CONFIG_SETTINGS[@]}"; do for i in "${!CONFIG_SETTINGS[@]}"; do
echo ${CONFIG_SETTINGS[$i]}"_KEY" echo ${CONFIG_SETTINGS[$i]}"_KEY"
@ -37,8 +37,6 @@ function set_configs() {
if [[ ! -f /etc/chainquery/chainqueryconfig.toml ]]; then if [[ ! -f /etc/chainquery/chainqueryconfig.toml ]]; then
echo "[INFO]: Found no chainqueryconfig.toml" echo "[INFO]: Found no chainqueryconfig.toml"
echo " Installing default and configuring with provided environment variables if any." echo " Installing default and configuring with provided environment variables if any."
## Install fresh copy of config file.
cp /etc/chainquery/chainqueryconfig.toml.orig /etc/chainquery/chainqueryconfig.toml
set_configs set_configs
else else
echo "[INFO]: Found a copy of chainqueryconfig.toml in /etc/chainquery" echo "[INFO]: Found a copy of chainqueryconfig.toml in /etc/chainquery"