From af0ea7788dab0c728f8f70e92c3d401c11da1aad Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 25 Mar 2022 08:04:40 -0300 Subject: aux/ci/ci-build.sh: Add quotes around $TLD variable --- aux/ci/ci-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh index bfc0393..8d49779 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -39,9 +39,9 @@ EOF rsync -av public/ "/opt/www/$TLD/static/$PROJECT/" tar \ - -C /opt/www/$TLD/git/repos \ + -C "/opt/www/$TLD/git/repos" \ -c \ - -f /opt/www/$TLD/static/"$PROJECT"/repo.tar.gz \ + -f "/opt/www/$TLD/static/$PROJECT/repo.tar.gz" \ "$PROJECT".git printf '\n>>>\n>>> CI logs added as Git note.\n>>>\n>>> Run status was %s\n>>>\n\n' \ -- cgit v1.2.3