colors, fixes
This commit is contained in:
		| @@ -64,7 +64,7 @@ while read -r entity; do | ||||
| 	etype="${entity_parts[0]}" | ||||
| 	ename="${entity_parts[1]}" | ||||
| 	eid="${entity_parts[2]}" | ||||
| 	[ "$etype" != "user" ] && [ "$etype" != "group" ] && echo "ERROR: bad entity type" >&2 && exit 1 | ||||
| 	[ "$etype" != "user" ] && [ "$etype" != "group" ] && echo "ERROR: bad entity type $etype" >&2 && exit 1 | ||||
|  | ||||
| 	# every user has their own primary group with id matching uid, | ||||
| 	# so for each entry we need a usergroup | ||||
|   | ||||
		Reference in New Issue
	
	Block a user