diff --git a/Exareme-Docker/files/root/exareme/bootstrap.sh b/Exareme-Docker/files/root/exareme/bootstrap.sh index 46ed522bd43949d0038476675db0346557ea4025..0d1261d5a87dfcabd537da4ac077cd6119a322c7 100755 --- a/Exareme-Docker/files/root/exareme/bootstrap.sh +++ b/Exareme-Docker/files/root/exareme/bootstrap.sh @@ -87,7 +87,7 @@ getMasterIPFromConsul() { convertCSVsToDB() { # Skip convertion if flag is false - if [[ ${CONVERT_CSVS} == "FALSE" ]]; then + if [[ ${CONVERT_CSVS} == "FALSE" || ${CONVERT_CSVS} == "false" ]]; then echo "$(timestamp) CSV convertion turned off. " return 0 fi