Explorar o código

Rebuild user conf on upgrade to support new name field

Kristan Kenney %!s(int64=5) %!d(string=hai) anos
pai
achega
da2322c009
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      func/upgrade.sh

+ 1 - 0
func/upgrade.sh

@@ -240,6 +240,7 @@ upgrade_rebuild_users() {
         if [ ! -z "$MAIL_SYSTEM" ]; then 
             $BIN/v-rebuild-mail-domains $user 'no' >/dev/null 2>&1
         fi
+        $BIN/v-rebuild-user $user 'no' >/dev/null 2>&1
     done
 }