From: danix Date: Sun, 26 Apr 2020 19:08:04 +0000 (+0200) Subject: edited multimail path to be version agnostic X-Git-Url: https://git.danix.xyz/?p=git_shell.git;a=commitdiff_plain;h=ac06b1091e61aa65026621cd5eca1f2b7c2b4df3 edited multimail path to be version agnostic --- diff --git a/create b/create index 927a575..e7185fd 100755 --- a/create +++ b/create @@ -5,7 +5,7 @@ GITDIR="/var/git" BASEDIR=".gitbase" -MULTIMAIL="/usr/doc/git-2.14.5/contrib/hooks/multimail/git_multimail.py" +MULTIMAIL="/usr/doc/git-*/contrib/hooks/multimail/git_multimail.py" GITUSER="git" GITGRP="git" VENVSDIR="/usr/local/venvs"