From a3005fc276b9d923864b5ca9bfdf54c1ecc86990 Mon Sep 17 00:00:00 2001 From: Alban Bronisz Date: Thu, 5 Nov 2020 13:16:02 +0100 Subject: [PATCH] Add path to gitea repo architecture --- README.md | 2 +- git-start | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 668608f..1d2ab55 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/git-start b/git-start index 9084d4c..88aa90c 100755 --- a/git-start +++ b/git-start @@ -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. :("