Fix password issue
This commit is contained in:
parent
1e7366c3e1
commit
090de0110b
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ done
|
|||
#Set User password
|
||||
while true; do
|
||||
read -p "The user's password?:" pass
|
||||
if [[ "$pass" = '' ]];then break;fi
|
||||
if [ "$pass" = '' ];then break;fi
|
||||
echo "Must set a password."
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue