fix misprint

This commit is contained in:
GenZmeY 2020-07-13 05:19:53 +03:00
parent e0e0b3c8a8
commit f7270c73a1

View File

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