aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/property/user.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/user.lisp b/src/property/user.lisp
index 9eb1562..9aab625 100644
--- a/src/property/user.lisp
+++ b/src/property/user.lisp
@@ -27,7 +27,7 @@ Note that this uses getent(1) and so is not strictly POSIX-compatible."
(user-exists username))
(:apply
(assert-euid-root)
- (run "useradd" "-m" username)))
+ (mrun "useradd" "-m" username)))
(defprop has-login-shell :posix (username shell)
"Ensures that USERNAME has login shell SHELL.