From 536f9ea90c3f2f279dce341c3cbb7ab4e4bb43b9 Mon Sep 17 00:00:00 2001 From: Sam & Claude Date: Thu, 2 Apr 2026 15:23:16 +0000 Subject: [PATCH] docs: update integration env var count --- firstboot/integration-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firstboot/integration-test.sh b/firstboot/integration-test.sh index b451d30f..23381d9a 100755 --- a/firstboot/integration-test.sh +++ b/firstboot/integration-test.sh @@ -73,7 +73,7 @@ echo "" echo "[1/6] clawdie-shell-env.sh → Identity + .env" . /home/clawdie/clawdie-iso/firstboot/shell-env.sh 2>/dev/null clawdie_shell_env_generate 2>/dev/null -[ -f "$ENV_FILE" ] && echo " ✓ .env created (65 variables)" || echo " ✗ .env missing" +[ -f "$ENV_FILE" ] && echo " ✓ .env created (68 variables)" || echo " ✗ .env missing" # STAGE 2: PKG echo "[2/6] clawdie-shell-pkg.sh → Repos (online + offline USB)"