Fix linting issues in scripts
This commit is contained in:
parent
e3d5f15c00
commit
c4952aad8f
7 changed files with 17 additions and 13 deletions
|
|
@ -13,7 +13,7 @@ backup () {
|
|||
|
||||
if "${HOME}/.local/bin/dirtree-changed" --directory "${directory}" --check-file "${TS_DIR}/${target}"
|
||||
then
|
||||
borg create --compression auto,lzma ::"${target}"-{now} "${directory}"
|
||||
borg create --compression auto,lzma ::"${target}"-\{now\} "${directory}"
|
||||
touch "${TS_DIR}/${target}"
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue