mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
Merge 63223da3fe
into 1524baf37e
This commit is contained in:
commit
b92d5d0ff3
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ if [[ ! $? -eq 0 ]]; then
|
|||
fi
|
||||
|
||||
# 'password' must be >= 8 characters
|
||||
if [[ $(expr length $password) -lt "8" ]]; then
|
||||
if [[ $(expr length "$password") -lt "8" ]]; then
|
||||
echo "Error : the password must be >= 8 characters"
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue