Browse Source

[fix] Work around ynh bug random string too big

zamentur 8 years ago
parent
commit
234bc04947
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/install

+ 1 - 1
scripts/install

@@ -23,7 +23,7 @@ zoom=$YNH_APP_ARG_ZOOM
 cnil_link=$YNH_APP_ARG_CNIL_LINK
 cnil_number=$YNH_APP_ARG_CNIL_NUMBER
 url_contact=$YNH_APP_ARG_URL_CONTACT
-secret=$(ynh_string_random 120)
+secret=$(ynh_string_random 24) # A bug don't allow to do random string bigger than 24
 
 
 # Check if admin exists