Add path to gitea repo architecture

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

View File

@ -32,5 +32,5 @@ Pour l'installation de l'outil
Ajout dans le `~/.bashrc` :
# Pour l'outil git multi-utilisateurs
PATH=$PATH:/home/pi/git
PATH=$PATH:/home/pi/outils/git-multi-user

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. :("