Provide exit code on explicit exit
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user