mirror of
https://github.com/YunoHost-Apps/send_ynh.git
synced 2025-09-08 04:52:59 +02:00
cleaning
This commit is contained in:
@ -19,12 +19,12 @@ if [ -z ${custom_description:-} ]; then
|
||||
fi
|
||||
|
||||
if [ -z ${max_file_size:-} ]; then
|
||||
max_file_size="2684354560"
|
||||
max_file_size=100
|
||||
ynh_app_setting_set --key=max_file_size --value="$max_file_size"
|
||||
fi
|
||||
|
||||
if [ -z ${max_download:-} ]; then
|
||||
max_download="100"
|
||||
max_download=100
|
||||
ynh_app_setting_set --key=max_download --value="$max_download"
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user