1
0
Dieser Commit ist enthalten in:
2024-06-30 14:50:24 -04:00
Ursprung 8b15388467
Commit cf7245833a

Datei anzeigen

@@ -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