From 320fe56137603b7a09c6ba362498a496109d162c Mon Sep 17 00:00:00 2001 From: ahriman Date: Tue, 26 Mar 2019 20:22:44 +0000 Subject: check /etc/passwd for unavailable names --- bin/makeuser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/makeuser b/bin/makeuser index 73b0fd4..e4dc069 100755 --- a/bin/makeuser +++ b/bin/makeuser @@ -19,7 +19,7 @@ usage() { [[ $(id -u) != 0 ]] && error_exit "you must be the superuser to run this script." -USERLIST=$(ls /home) +USERLIST=$(