Skip to content

Commit b4827bd

Browse files
committed
Fix bug due to error in arguments
1 parent 657a6e4 commit b4827bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-add-mail-account-fwd-only

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ is_object_unsuspended "mail/$domain" 'ACCOUNT' "$account"
5252
fwd=$(get_object_value "mail/$domain" 'ACCOUNT' "$account" '$FWD')
5353
if [ -z "$fwd" ]; then
5454
echo "Error: forward doesn't exist"
55-
log_event "$E_NOTEXIST $ARGUMENTS"
55+
log_event "$E_NOTEXIST" "$ARGUMENTS"
5656
exit $E_NOTEXIST
5757
fi
5858

0 commit comments

Comments
 (0)