From eb059d3ce84f576872ab5e145a663e553034ec60 Mon Sep 17 00:00:00 2001 From: ifoster Date: Fri, 8 Aug 2025 15:42:56 +0000 Subject: [PATCH] feat:add helper text for passwd --- create-user.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/create-user.sh b/create-user.sh index 8277979..a120547 100644 --- a/create-user.sh +++ b/create-user.sh @@ -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 ) to allow self-set."