From e7bfee7f5d4decff27f02a4e2d9a0795a40b1eda Mon Sep 17 00:00:00 2001 From: Stephen Klein Date: Thu, 17 Jul 2025 22:47:10 -0400 Subject: [PATCH] Fix syntax error in lib/privileges.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove extraneous closing brace that was causing bash syntax validation to fail. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- lib/privileges.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/privileges.sh b/lib/privileges.sh index 684f6a7..3ec1d4b 100755 --- a/lib/privileges.sh +++ b/lib/privileges.sh @@ -581,7 +581,6 @@ EOF chmod +x "$user_script" success "User script created: $user_script" -} # Create installation wrapper create_installation_wrapper() {