Fix: multiple args were handled as one
This commit is contained in:
parent
bfd1d05519
commit
df7a931020
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ ARGS="$@"
|
|||
HOSTNAME=$(hostname -s)
|
||||
|
||||
exec vault2env /secret/private/duplicity/${HOSTNAME} -- \
|
||||
duplicity-backup -f ${HOME}/.duplicity/${HOSTNAME}.yaml "${ARGS}"
|
||||
duplicity-backup -f ${HOME}/.duplicity/${HOSTNAME}.yaml ${ARGS}
|
||||
|
|
Loading…
Reference in a new issue