From cf7245833a409db0ea37b45679b330ca769f336e Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Sun, 30 Jun 2024 14:50:24 -0400 Subject: [PATCH] Remove debug --- script-user-add | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script-user-add b/script-user-add index 79471a9a..cbeecc32 100755 --- a/script-user-add +++ b/script-user-add @@ -55,10 +55,11 @@ if [[ "$restore" == "yes" ]]; then fi fi -echo "Command: ${useradd_cmd[*]}" +# echo "Running: ${useradd_cmd[*]}" "${useradd_cmd[@]}" echo "$username":"$password" | chpasswd + if [[ "$samba" == "yes" ]]; then (echo "$password"; echo "$password") | smbpasswd -a -s "$username" fi