commit 03aba9fe2c7c9c92239cb4db7b9dcbc322e651be parent c782c70c631443f095fae4b5b0cfaa9c0dca594b Author: Antoine Amarilli <a3nm@a3nm.net> Date: Tue, 15 Aug 2023 20:39:16 +0200 chmod Diffstat:
stagit-post-receive.sh | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/stagit-post-receive.sh b/stagit-post-receive.sh @@ -68,5 +68,6 @@ fi # fix umask issues chmod -R og+rx "${destdir}" +chmod -R og+rx "${reposdir}" echo "done"