mirror of
https://github.com/YunoHost-Apps/abantecart_ynh.git
synced 2024-09-03 18:06:16 +02:00
Update install
This commit is contained in:
parent
2df50a9901
commit
006868fb5f
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ if [[ ! $? -eq 0 ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check password strength
|
# Check password strength
|
||||||
[[ ${#password} -gt 5 ]] || ynh_die \
|
[[ ${#passwd} -gt 5 ]] || ynh_die \
|
||||||
"The password is too weak, it must be longer than 5 characters"
|
"The password is too weak, it must be longer than 5 characters"
|
||||||
|
|
||||||
# Save app settings
|
# Save app settings
|
||||||
|
|
Loading…
Add table
Reference in a new issue