We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94ec08 commit 4950088Copy full SHA for 4950088
bin/v-add-user
@@ -28,7 +28,7 @@ EVENT="$DATE $TIME $SCRIPT $A1 $A2 $A3 $A4 $A5 $A6 $A7 $A8 $A9"
28
is_user_free() {
29
check_sysuser=$(cut -f 1 -d : /etc/passwd | grep -w "$user" )
30
if [ ! -z "$check_sysuser" ] || [ -e "$USER_DATA" ]; then
31
- echo "Error: user $user exist"
+ echo "Error: user $user exists"
32
log_event "$E_EXISTS" "$EVENT"
33
exit $E_EXISTS
34
fi
0 commit comments