2
0
Fork 0

zio-backup: fix broken conditional statement

main
Ducky 2022-02-23 05:03:02 +00:00
parent 2ab3c435ce
commit df2e780888
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ function backup() {
tag="$2"
args="${@:3}"
[[ ! -d $path ]]; then
if [[ ! -d $path ]]; then
warn "'$path' does not exist. Not backing up."
else
tag="$host_$tag"