Provide exit code on explicit exit
This commit is contained in:
parent
b7e10dccb9
commit
1dee476771
@ -62,7 +62,7 @@ for file in /etc/shadow /etc/gshadow; do
|
||||
;;
|
||||
*)
|
||||
echo "Unknown file to parse for junk: $file"
|
||||
exit
|
||||
exit 101
|
||||
;;
|
||||
esac
|
||||
# Now, we use getent to find a match for the shadow entry. It's at this point
|
||||
|
Loading…
x
Reference in New Issue
Block a user