fixes
This commit is contained in:
parent
4e32d8c0b1
commit
fd5b28c7e1
2 changed files with 1 additions and 1 deletions
BIN
.larbs.sh.swp
Normal file
BIN
.larbs.sh.swp
Normal file
Binary file not shown.
2
larbs.sh
2
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
|
||||
|
|
Loading…
Reference in a new issue