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-01-29 12:04:24 +01:00 committed by GitHub
parent 2df50a9901
commit 006868fb5f

View file

@ -20,7 +20,7 @@ if [[ ! $? -eq 0 ]]; then
fi
# 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"
# Save app settings