aboutsummaryrefslogtreecommitdiff
path: root/scripts/box/create-backup.env.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-05 23:15:34 -0300
committerEuAndreh <eu@euandre.org>2019-06-05 23:15:34 -0300
commita780d7b1651e409e217d39c406f23ef2c1aa2edb (patch)
tree11af7f2d998195d4b0e6c7a914a402bafdd4dd8a /scripts/box/create-backup.env.sh
parentRestore backup in Ansible instead of Bash (diff)
downloadtoph-a780d7b1651e409e217d39c406f23ef2c1aa2edb.tar.gz
toph-a780d7b1651e409e217d39c406f23ef2c1aa2edb.tar.xz
Fix ShellCheck offenses
Diffstat (limited to 'scripts/box/create-backup.env.sh')
-rwxr-xr-xscripts/box/create-backup.env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/box/create-backup.env.sh b/scripts/box/create-backup.env.sh
index c9b2d3d..b87df38 100755
--- a/scripts/box/create-backup.env.sh
+++ b/scripts/box/create-backup.env.sh
@@ -11,4 +11,4 @@ borg create \
--progress \
--compression lzma,6 \
"${BORG_REPO}::{hostname}-{now}-${VPS_COMMIT_SHA}" \
- ${VOLUME_HOME}/*
+ "${VOLUME_HOME}"/*