Explorar el Código

update user counters

Serghey Rodin hace 12 años
padre
commit
cd89023ddf
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      bin/v-change-domain-owner

+ 4 - 0
bin/v-change-domain-owner

@@ -150,6 +150,10 @@ if [ ! -z "$mail_data" ]; then
     $BIN/v-rebuild-mail-domains $user
 fi
 
+# Update counters
+$BIN/v-update-user-counters $owner
+$BIN/v-update-user-counters $user
+
 
 #----------------------------------------------------------#
 #                       Vesta                              #