commit c682b2a1359134765801ea56e4e3584a65977707
parent 9a2f96786fd68d48e0b6d8bde4522a1c458b36ea
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 26 May 2025 16:56:48 +0200
git-publish: update default WWW path
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/git-publish b/git-publish
@@ -129,7 +129,7 @@ setup_post_receive_hook()
########################################################################
base_url="${GIT_PUBLISH_BASE_URL:-}"
dir_git="${GIT_PUBLISH_DIR_GIT:-/srv/git}"
-dir_www="${GIT_PUBLISH_DIR_WWW:-/srv/www}"
+dir_www="${GIT_PUBLISH_DIR_WWW:-/srv/www/git}"
# Parse input arguments
OPTIND=1