From fd32d7438a4b1228821c4377e60b7be4f316f59b Mon Sep 17 00:00:00 2001 From: Tetardtek Date: Fri, 20 Mar 2026 21:06:25 +0100 Subject: [PATCH] fix: setup.sh copie collaboration.md depuis .example --- setup.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.sh b/setup.sh index 6f8f1b1..bc67568 100755 --- a/setup.sh +++ b/setup.sh @@ -46,6 +46,11 @@ Aucun focus defini — c'est un fresh fork. Lance `brain boot` pour commencer. FOCUSEOF echo " → focus.md cree" fi +# profil/collaboration.md — si seulement le .example existe +if [ ! -f "$BRAIN_ROOT/profil/collaboration.md" ] && [ -f "$BRAIN_ROOT/profil/collaboration.md.example" ]; then + cp "$BRAIN_ROOT/profil/collaboration.md.example" "$BRAIN_ROOT/profil/collaboration.md" + echo " → profil/collaboration.md cree depuis l'exemple" +fi echo "✅ Satellites prets" # 3. Build dashboard