diff --git a/scripts/install b/scripts/install index 24bbea4..60e6611 100755 --- a/scripts/install +++ b/scripts/install @@ -68,7 +68,7 @@ ynh_app_setting_set --app=$app --key=language --value=$language_key echo $(ynh_get_ram -t) if [ $(ynh_get_ram -t) -lt "2000" ]; then ynh_script_progression --message="Adding swap to help building Photoprism..." --time --weight=1 - ynh_add_swap --size=1000 + ynh_add_swap --size=500 swapFlag = true else swapFlag = false