From e8a2dd3fa6b314fb4cb44b8f934f712b1d42dd7f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 5 Jun 2026 00:23:23 +0300 Subject: [PATCH] Feat(init-system.sh): `adduser --gecos` --- playbooks/debian/init-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/debian/init-system.sh b/playbooks/debian/init-system.sh index 48294ff..6a4b3e7 100755 --- a/playbooks/debian/init-system.sh +++ b/playbooks/debian/init-system.sh @@ -26,7 +26,7 @@ if [ \! grep -Fqw "$host" ../hosts ]; then exit 1 fi -ssh root@$host exec adduser phd # Ignore error: may already be created +ssh root@$host exec adduser --comment "Oleg Broytman" phd # Ignore error: may already be created # Passwordless access isn't configured yet; use `ssh` connection sharing. ssh phd@$host exit && -- 2.47.3