Fixed --list-current-files. Closes GH-1.
This commit is contained in:
parent
92bb5fb408
commit
1d19a64bc7
1 changed files with 1 additions and 1 deletions
|
|
@ -376,7 +376,7 @@ elif [ "$1" = "--restore-file" ]; then
|
||||||
INCLUDE="--file-to-restore ${FILE_TO_RESTORE}"
|
INCLUDE="--file-to-restore ${FILE_TO_RESTORE}"
|
||||||
duplicity_backup
|
duplicity_backup
|
||||||
|
|
||||||
elif [ "$1" = "--list-files" ]; then
|
elif [ "$1" = "--list-current-files" ]; then
|
||||||
check_variables
|
check_variables
|
||||||
OPTION="list-current-files"
|
OPTION="list-current-files"
|
||||||
${DUPLICITY} ${OPTION} ${VERBOSITY} ${STATIC_OPTIONS} \
|
${DUPLICITY} ${OPTION} ${VERBOSITY} ${STATIC_OPTIONS} \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue