Add path to gitea repo architecture

This commit is contained in:
2020-11-05 13:16:02 +01:00
parent ab1b562467
commit a3005fc276
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ if [ "$#" -ne 1 ]; then
fi
CONFIG="/home/pi/git/gitconfig_$1"
CONFIG="/home/pi/outils/git-multi-user/gitconfig_$1"
if [ ! -f "$CONFIG" ]; then
echo "Ton fichier de configuration '$CONFIG' n'existe pas. :("