From a780d7b1651e409e217d39c406f23ef2c1aa2edb Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 5 Jun 2019 23:15:34 -0300 Subject: Fix ShellCheck offenses --- scripts/box/create-backup.env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/box/create-backup.env.sh') 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}"/* -- cgit v1.2.3