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:
parent
1cf034b9db
commit
05f4a7afb5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue