summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/auth.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc
index 7da3057..2435ba6 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -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();
}
OpenPOWER on IntegriCloud