Add path to gitea repo architecture
This commit is contained in:
parent
ab1b562467
commit
a3005fc276
@ -32,5 +32,5 @@ Pour l'installation de l'outil
|
|||||||
Ajout dans le `~/.bashrc` :
|
Ajout dans le `~/.bashrc` :
|
||||||
|
|
||||||
# Pour l'outil git multi-utilisateurs
|
# Pour l'outil git multi-utilisateurs
|
||||||
PATH=$PATH:/home/pi/git
|
PATH=$PATH:/home/pi/outils/git-multi-user
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ if [ "$#" -ne 1 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
CONFIG="/home/pi/git/gitconfig_$1"
|
CONFIG="/home/pi/outils/git-multi-user/gitconfig_$1"
|
||||||
|
|
||||||
if [ ! -f "$CONFIG" ]; then
|
if [ ! -f "$CONFIG" ]; then
|
||||||
echo "Ton fichier de configuration '$CONFIG' n'existe pas. :("
|
echo "Ton fichier de configuration '$CONFIG' n'existe pas. :("
|
||||||
|
Loading…
Reference in New Issue
Block a user