2
0
Fork 0

zio-backup: fix incorrect function

main
Ducky 2022-02-23 05:42:45 +00:00
parent 3a953b30c7
commit 0198eba737
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ else
fi
fi
[[ -z $paths ]] && die "No paths specified. Aborting..."
[[ -z $paths ]] && say_die "No paths specified. Aborting..."
if [[ ! -z $pre_script ]]; then
say_do "Executing pre-backup script..."