freedomboneeee/tests/check-gids.sh

6 lines
86 B
Bash
Raw Normal View History

#!/bin/bash
if [ $(pwck -r | grep "no group" | wc -l) -ne 0 ];then
exit 1
fi