2
0
Fork 0

sh.zio.backup: fix inadvertently backing up everything

main
Ducky 2023-08-25 01:28:06 +01:00
parent 5d67f27a7e
commit 78235324fc
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ function backup_files() {
--host "$host" \
--tag "$me_filename" \
--tag "$(basename "$0")" \
$args "/"
$args
rm -f "$files_from_path"
}