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:
@@ -581,7 +581,6 @@ EOF
|
|||||||
|
|
||||||
chmod +x "$user_script"
|
chmod +x "$user_script"
|
||||||
success "User script created: $user_script"
|
success "User script created: $user_script"
|
||||||
}
|
|
||||||
|
|
||||||
# Create installation wrapper
|
# Create installation wrapper
|
||||||
create_installation_wrapper() {
|
create_installation_wrapper() {
|
||||||
|
|||||||
Reference in New Issue
Block a user