From 6d9d1cf992a6407cc4e535c578def010c242ef2a Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Wed, 27 Feb 2013 17:47:42 +0200 Subject: [PATCH] no errors if user is suspended --- bin/v-update-mail-domains-disk | 1 - bin/v-update-web-domains-disk | 1 - 2 files changed, 2 deletions(-) diff --git a/bin/v-update-mail-domains-disk b/bin/v-update-mail-domains-disk index f711dabee..53a9d1e20 100755 --- a/bin/v-update-mail-domains-disk +++ b/bin/v-update-mail-domains-disk @@ -25,7 +25,6 @@ check_args '1' "$#" 'USER' validate_format 'user' is_system_enabled "$MAIL_SYSTEM" is_object_valid 'user' 'USER' "$user" -is_object_unsuspended 'user' 'USER' "$user" #----------------------------------------------------------# diff --git a/bin/v-update-web-domains-disk b/bin/v-update-web-domains-disk index baee1b2cd..839dff498 100755 --- a/bin/v-update-web-domains-disk +++ b/bin/v-update-web-domains-disk @@ -25,7 +25,6 @@ check_args '1' "$#" 'USER' validate_format 'user' is_system_enabled "$WEB_SYSTEM" is_object_valid 'user' 'USER' "$user" -is_object_unsuspended 'user' 'USER' "$user" #----------------------------------------------------------#