From 6f54c34e67d52167e4e0761f2b452f6c8c780e7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 18 Apr 2023 12:25:08 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index afd66c3..2a4051d 100644 --- a/scripts/install +++ b/scripts/install @@ -13,7 +13,7 @@ source /usr/share/yunohost/helpers #================================================= secret=$(ynh_string_random --length=24) -max_file_size= "100" +max_file_size=100 use_ldap=$YNH_APP_ARG_USE_LDAP #=================================================