The init_vault_admin.sh patch deleted the 'vault token revoke $bootstrap_token' line, but on the cloned (remote) revision that line is wrapped in if/fi, so removing it left an empty then-block -> 'syntax error near fi'. Stop deleting it; instead set bootstrap_token="" so it stays a harmless no-op under set -u. Verified against both standalone and if-wrapped revisions. Re-add the file-dump bootstrap diagnostic to surface any further errors. |
||
|---|---|---|
| .. | ||
| ai-workspace-offline-install.sh | ||
| create-ai-workspace-offline-package.sh | ||
| reset-xfce-profile.sh | ||
| setup-ai-workspace-all-in-one.sh | ||
| setup-xworkspace-desktop.sh | ||
| start-chromium-console.sh | ||
| start-chromium-minimal.sh | ||
| switch-desktop-mode.sh | ||