Merge pull request #386 from telmich/bugfix/#385
remove config_dir from the consul configuration file - fixes #385
This commit is contained in:
commit
f222414c1a
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ echo "{"
|
|||
|
||||
# parameters we define ourself
|
||||
printf ' "data_dir": "%s"\n' "$data_dir"
|
||||
printf ' ,"config_dir": "%s"\n' "$conf_dir"
|
||||
|
||||
for param in $(ls "$__object/parameter/"); do
|
||||
case "$param" in
|
||||
|
|
Loading…
Reference in a new issue