From 70e0858dc977bcc26f50d82af65ab733f7b23c71 Mon Sep 17 00:00:00 2001 From: absurdo Date: Sat, 25 Nov 2023 16:55:47 +0100 Subject: [PATCH] Fixes in add user --- vendor/phangoapp/leviathanutils/src/Linux.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vendor/phangoapp/leviathanutils/src/Linux.php b/vendor/phangoapp/leviathanutils/src/Linux.php index 4d06e53..32ede4c 100644 --- a/vendor/phangoapp/leviathanutils/src/Linux.php +++ b/vendor/phangoapp/leviathanutils/src/Linux.php @@ -101,6 +101,8 @@ class Linux { $str_user.=" -p \"${hash}\""; + echo $str_user; + } if($user_directory!='') {