Silence this command

This commit is contained in:
jim-p 2010-07-14 09:06:39 -04:00
parent 780e7dc588
commit f301a34cfb

View File

@ -361,7 +361,7 @@ function local_user_set(& $user) {
}
$un = $lock_account ? "" : "un";
exec("/usr/sbin/pw {$un}lock {$user_name}");
exec("/usr/sbin/pw {$un}lock -q {$user_name}");
conf_mount_ro();
}