[bitnami/clickhouse] Fix CLICKHOUSE_MOUNTED_DIR: unbound variable (#76234)
fix: CLICKHOUSE_MOUNTED_DIR: unbound variable should be `CLICKHOUSE_MOUNTED_CONF_DIR` Signed-off-by: Paweł Szynkiewicz <pszynk@gmail.com>
This commit is contained in:
parent
59b2a194d4
commit
fd3c13cea3
|
|
@ -93,7 +93,7 @@ clickhouse_copy_mounted_configuration() {
|
|||
done
|
||||
fi
|
||||
else
|
||||
warn "The folder $CLICKHOUSE_CONF_DIR is not writable. This is likely because a read-only filesystem was mounted in that folder. Using $CLICKHOUSE_MOUNTED_DIR is recommended"
|
||||
warn "The folder $CLICKHOUSE_CONF_DIR is not writable. This is likely because a read-only filesystem was mounted in that folder. Using $CLICKHOUSE_MOUNTED_CONF_DIR is recommended"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue