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)"