Fix syntax error in lib/privileges.sh

Remove extraneous closing brace that was causing bash syntax validation to fail.

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Stephen Klein
2025-07-17 22:47:10 -04:00
parent c23c373db4
commit e7bfee7f5d
-1
View File
@@ -581,7 +581,6 @@ EOF
chmod +x "$user_script"
success "User script created: $user_script"
}
# Create installation wrapper
create_installation_wrapper() {