aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-25 12:50:30 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-25 12:50:30 -0700
commit53ede3562a5d36a97c46e2d0d91aac6fb2ca926a (patch)
treeac569e54f86340489f94411fd8da6a5b1d602610
parent22d49a2679e7a624e074231792ff9d2fc7614038 (diff)
downloadconsfigurator-53ede3562a5d36a97c46e2d0d91aac6fb2ca926a.tar.gz
USER:HAS-ACCOUNT: use MRUN
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-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.