fix misprint
This commit is contained in:
parent
e0e0b3c8a8
commit
f7270c73a1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user