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:
@ -23,9 +23,9 @@ if [ -z ${max_file_size:-} ]; then
|
||||
ynh_app_setting_set --key=max_file_size --value="$max_file_size"
|
||||
fi
|
||||
|
||||
if [ -z ${max_download:-} ]; then
|
||||
max_download=100
|
||||
ynh_app_setting_set --key=max_download --value="$max_download"
|
||||
if [ -z ${max_downloads:-} ]; then
|
||||
max_downloads=100
|
||||
ynh_app_setting_set --key=max_downloads --value="$max_downloads"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
Reference in New Issue
Block a user