diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-03 11:22:56 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-03 11:22:56 +0100 |
| commit | cd4bafbed3241c6154239d05d8513885fb920025 (patch) | |
| tree | 012fafea0fb1304a836accea565b122d9292b00f | |
| parent | 51d7222c84646dae256348736d40cadc94c7f781 (diff) | |
install.sh: no password for joeac.net user
| -rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ fi if [ -z "$(grep "\bjoeac.net\b" /etc/group)" ] then - sudo adduser -h /home/joeac.net joeac.net + sudo adduser -D -h /home/joeac.net joeac.net fi cd /home/joeac.net |
