From 1df4ea0020909032d804619e623310390a44fb54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=BCmel=20Branko?= Date: Sun, 28 Dec 2025 16:10:43 +0100 Subject: [PATCH] fix(setup): remove stray EOF/fi lines causing syntax error --- native_crumbcore_v1/setup_missions.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/native_crumbcore_v1/setup_missions.sh b/native_crumbcore_v1/setup_missions.sh index eb2ee1a..31a912e 100755 --- a/native_crumbcore_v1/setup_missions.sh +++ b/native_crumbcore_v1/setup_missions.sh @@ -107,9 +107,7 @@ alias bugsy='tail -f /var/log/crumbforest/chat_history.jsonl' EOF fi -# 4b. Setup Role Aliases (Separate check to ensure update on existing installs) -EOF -fi + # 5. Role Shims (Global Executables) # We use /usr/local/bin so that scripts (which ignore aliases) can also call 'dumbo', 'templatus' etc.