- ajout d'une mise à jour du script au démarage

This commit is contained in:
Frogg 2026-05-11 20:17:52 +02:00
parent b9b76c7f69
commit 8286571478
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ local BRANCH LOCAL REMOTE
cd "$WELCOME_SCRIPT_PATH" || return 2
git fetch origin
git fetch origin >/dev/null 2>&1
if [ $? -ne 0 ]; then
msg_error "Erreur lors du Fetch"
return 3