mirror of
				https://github.com/YunoHost-Apps/send_ynh.git
				synced 2025-11-04 07:45:30 +01:00 
			
		
		
		
	fix
This commit is contained in:
		@@ -13,10 +13,10 @@ ynh_app_setting_set --key=custom_title --value="$custom_title"
 | 
				
			|||||||
custom_description="Encrypt and send files with a link that automatically expires to ensure your important documents don’t stay online forever."
 | 
					custom_description="Encrypt and send files with a link that automatically expires to ensure your important documents don’t stay online forever."
 | 
				
			||||||
ynh_app_setting_set --key=custom_description --value="$custom_description"
 | 
					ynh_app_setting_set --key=custom_description --value="$custom_description"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
max_file_size="2684354560"
 | 
					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"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
max_download="100"
 | 
					max_download=100
 | 
				
			||||||
ynh_app_setting_set --key=max_download --value="$max_download"
 | 
					ynh_app_setting_set --key=max_download --value="$max_download"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#=================================================
 | 
					#=================================================
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -20,7 +20,7 @@ fi
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
if [ -z ${max_file_size:-} ]; then
 | 
					if [ -z ${max_file_size:-} ]; then
 | 
				
			||||||
	max_file_size="2684354560"
 | 
						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
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ -z ${max_download:-} ]; then
 | 
					if [ -z ${max_download:-} ]; then
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user