This commit is contained in:
Luke 2017-10-08 16:39:09 -07:00
parent 4e32d8c0b1
commit fd5b28c7e1
2 changed files with 1 additions and 1 deletions

BIN
.larbs.sh.swp Normal file

Binary file not shown.

View File

@ -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