From 6dbbe6a11a6eb82076e8346ce087a1685b672dd9 Mon Sep 17 00:00:00 2001 From: Demonstrandum Date: Wed, 1 Jul 2020 17:17:06 +0100 Subject: [PATCH] More verbose repo-gen.sh --- repo-gen.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/repo-gen.sh b/repo-gen.sh index 1b4659c..c68950c 100755 --- a/repo-gen.sh +++ b/repo-gen.sh @@ -27,7 +27,10 @@ for repo in /srv/git/*.git; do echo "git://git.knutsen.co/$repo" > "/srv/git/$repo.git/url" - "$STAGIT" "/srv/git/$repo.git" + COMMAND="$STAGIT /srv/git/$repo.git" + echo "$COMMAND" + $COMMAND done +echo "Generating index.html with \`$STAGIT_INDEX\`." "$STAGIT_INDEX" /srv/git/*.git > /var/www/git/index.html -- 2.39.2