From 53ede3562a5d36a97c46e2d0d91aac6fb2ca926a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 25 May 2021 12:50:30 -0700 Subject: USER:HAS-ACCOUNT: use MRUN Signed-off-by: Sean Whitton --- src/property/user.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3