From 2bbe3fd19e1f057a7129365cdb4ef5e9336e977e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 27 Mar 2023 14:41:36 -0300 Subject: src/infrastructure/config/conf.env: Use file to parameterize reconfigure(8) and report(8) scripts --- src/infrastructure/ci/git-post-receive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/infrastructure/ci') diff --git a/src/infrastructure/ci/git-post-receive.sh b/src/infrastructure/ci/git-post-receive.sh index c00c583..65a17a5 100755 --- a/src/infrastructure/ci/git-post-receive.sh +++ b/src/infrastructure/ci/git-post-receive.sh @@ -144,7 +144,7 @@ mkdtemp() { --chown=deployer:deployer \ --delete \ -a \ - "$DIR"/ /srv/www/s/servers/ci/ + "$DIR"/ "$HTML_OUTDIR"/ci/ rm -rf "$DIR" } 1>/dev/null 2>&1 & } -- cgit v1.2.3