fix misprint

This commit is contained in:
GenZmeY 2020-07-13 05:19:53 +03:00
parent 4dedd8616b
commit c7b3a6f396

View File

@ -1137,6 +1137,7 @@ function admin_curl () # $1: Instance, $2: URL, $*: Request
} }
function password_game () # $1: Password (if empty, use: ''), $*: Instance[s] function password_game () # $1: Password (if empty, use: ''), $*: Instance[s]
{
if echo "$1" | grep -qP '\s'; then if echo "$1" | grep -qP '\s'; then
echo "Password should not contain spaces" echo "Password should not contain spaces"
return 1 return 1