1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pufferpanel_ynh.git synced 2024-09-03 20:16:03 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-10-18 16:12:32 +02:00
parent 1cf034b9db
commit 05f4a7afb5

View file

@ -20,7 +20,7 @@ mail=$(ynh_user_get_info --username=$admin --key=mail)
#=================================================
ynh_script_progression --message="Validating installation parameters..."
if [[ ${#admin} < 5 ]]; then
if [[ $admin < 5 ]]; then
ynh_die --message="Admin username minimum length is 5"
fi