Skip to content

Commit 4950088

Browse files
committed
fixed typo
1 parent e94ec08 commit 4950088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-add-user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ EVENT="$DATE $TIME $SCRIPT $A1 $A2 $A3 $A4 $A5 $A6 $A7 $A8 $A9"
2828
is_user_free() {
2929
check_sysuser=$(cut -f 1 -d : /etc/passwd | grep -w "$user" )
3030
if [ ! -z "$check_sysuser" ] || [ -e "$USER_DATA" ]; then
31-
echo "Error: user $user exist"
31+
echo "Error: user $user exists"
3232
log_event "$E_EXISTS" "$EVENT"
3333
exit $E_EXISTS
3434
fi

0 commit comments

Comments
 (0)