feat:add helper text for passwd

This commit is contained in:
2025-08-08 15:42:56 +00:00
parent 1588398804
commit eb059d3ce8

View File

@@ -72,3 +72,4 @@ echo
echo "[✓] User '$NEWUSER_NAME' setup complete."
[[ -n "$NEWUSER_GROUPS" ]] && echo "[✓] Groups added: $NEWUSER_GROUPS"
echo "[✓] SSH access configured."
echo "[!] Interactive users may need (passwd -d <username>) to allow self-set."