commit fd5b28c7e16778917a1956b16c7a9f225963f9f7
parent 4e32d8c0b1f1792392b8a19d00451232b10b21ce
Author: Luke <luke@lukesmith.xyz>
Date: Sun, 8 Oct 2017 16:39:09 -0700
fixes
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/.larbs.sh.swp b/.larbs.sh.swp
Binary files differ.
diff --git a/larbs.sh b/larbs.sh
@@ -17,8 +17,8 @@ do
dialog --no-cancel --passwordbox "Reype password." 10 60 2> .pass2
done
-NAME=$(cat .name)
chmod 777 .name
+NAME=$(cat /.name)
useradd -m -g wheel -s /bin/bash $NAME
echo "$NAME:$(cat .pass1)" | chpasswd