Skip to content

Commit 9358fea

Browse files
committed
fix: set DMA_AUTHPATH
1 parent f4c9c19 commit 9358fea

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

entrypoint.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ write_dma_auth () {
4848

4949
: \
5050
${DMA_SMARTHOST=${SMARTHOST-}} \
51-
${DMA_PORT=${SMARTHOST_PORT-}}
52-
export DMA_SMARTHOST DMA_PORT
51+
${DMA_PORT=${SMARTHOST_PORT-}} \
52+
${DMA_AUTHPATH="/etc/dma/auth.conf"}
53+
export DMA_SMARTHOST DMA_PORT DMA_AUTHPATH
5354

5455
write_dma_conf
5556
case "$1" in

0 commit comments

Comments
 (0)