1
0
Fork 0
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:
frju365 2017-02-25 14:54:30 +01:00 committed by GitHub
parent 2e3ddd915c
commit fa60e9304b

View file

@ -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