From 5ced189f1993fc17ae683f0a542218db7be7267b Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Fri, 5 Mar 2021 12:44:48 +0100 Subject: change STAGIT_BASEURL to an -u option and also update the example script --- example_create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_create.sh') diff --git a/example_create.sh b/example_create.sh index cf16e1d..cbf9c33 100755 --- a/example_create.sh +++ b/example_create.sh @@ -31,7 +31,7 @@ for dir in "${reposdir}/"*/; do mkdir -p "${curdir}/${d}" cd "${curdir}/${d}" || continue - stagit -c ".cache" "${reposdir}/${r}" + stagit -c ".cache" -u "https://git.codemadness.nl/$d/" "${reposdir}/${r}" # symlinks ln -sf log.html index.html -- cgit v1.2.3