This commit is contained in:
Éric Gaspar
2024-11-07 09:36:26 +01:00
parent 0cdd8be81b
commit 362200ef97
2 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ fi
if [ -z ${max_file_size:-} ]; then
max_file_size="2684354560"
ynh_app_setting_set --key=cmax_file_size --value="$max_file_size"
ynh_app_setting_set --key=max_file_size --value="$max_file_size"
fi
if [ -z ${max_download:-} ]; then