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
2e3ddd915c
commit
fa60e9304b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ ynh_package_install_from_equivs ../conf/abantecart-deps.control \
|
|||
|| ynh_die "Unable to install dependencies"
|
||||
|
||||
# Check password strength
|
||||
[[ ${#passwd} -gt 5 ]] || ynh_die \
|
||||
[[ ${#admin_pass} -gt 5 ]] || ynh_die \
|
||||
"The password is too weak, it must be longer than 5 characters"
|
||||
|
||||
# Save app settings
|
||||
|
|
Loading…
Reference in a new issue