We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb39670 commit 2dc3b9aCopy full SHA for 2dc3b9a
files/etc/init.d/adblock-fast
@@ -1495,7 +1495,7 @@ download_lists() {
1495
output_warning "$(get_text 'warningFreeRamCheckFail')"
1496
return 0
1497
fi
1498
- config_load "$packageName"w
+ config_load "$packageName"
1499
config_foreach _config_calculate_sizes 'file_url'
1500
if [ $((free_mem)) -lt $((total_sizes * 2)) ]; then
1501
json add error 'errorTooLittleRam' "$free_mem"
0 commit comments