diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 74f2a7a..3a182d3 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -11,7 +11,7 @@ cd /chia-blockchain || exit 1 # shellcheck disable=SC1091 . ./activate -if [ "$manual_config" = "true" ]; then +if [[ ${manual_config} == "true" ]]; then # Manual config mode skips everything below and lets you manage your config manually exec "$@" return