summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index e0fc7f2..2f211b9 100644
--- a/install.sh
+++ b/install.sh
@@ -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