Go to file
Matt 0828fa7ac7 fix: prevent silent exit when registration_token is empty
The [[ -n "$json_token" ]] && ... pattern returns exit code 1
when json_token is empty, causing script to exit due to set -e.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-08 16:31:25 +01:00
.claude Initial commit: LetsBe automated server setup scripts 2025-12-04 01:00:41 +01:00
script fix: prevent silent exit when registration_token is empty 2025-12-08 16:31:25 +01:00