diff --git a/recuperation_config.sh b/recuperation_config.sh index e4df92b..4521e9c 100755 --- a/recuperation_config.sh +++ b/recuperation_config.sh @@ -9,7 +9,7 @@ REPO_URL="$BASE_URL/$ORG/$REPO_NAME.git" REPO_PATH="/etc/gitea/ConfigSysRepo" # Chemin local générique pour cloner les dépôts BRANCH="main" TOKEN="e8f9d9296aa435baf9aeafc22ee608fadb5c74bf" -REPO_URL_TOKEN="https://$TOKEN@sysconfgit.linexos.eu/$ORG/$REPO_NAME.git" +REPO_URL_TOKEN="https://$TOKEN@repolake.alc-crm.com/$ORG/$REPO_NAME.git" HOSTNAME=$(hostname) # Nom de la machine echo "Début du script pour $HOSTNAME"