c3rb3ru5d3d53c/binlex

docker.sh write/overwrite openssl certs and artifacts if `config` folder already exist

g0nzu1 opened this issue · 2 comments

The docker script will not execute the OpenSSL code if a config folder already exist in the binlex directory. Preventing user from updating/changing the configuration of shards, routers, broker and replicas after the script has run once.

Line 384 - 386 if what generates this behaviour

We can remove the logic for that if you wish :)