Skip to content

Commit 2dc3b9a

Browse files
committed
bugfix
1 parent eb39670 commit 2dc3b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/etc/init.d/adblock-fast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1495,7 +1495,7 @@ download_lists() {
14951495
output_warning "$(get_text 'warningFreeRamCheckFail')"
14961496
return 0
14971497
fi
1498-
config_load "$packageName"w
1498+
config_load "$packageName"
14991499
config_foreach _config_calculate_sizes 'file_url'
15001500
if [ $((free_mem)) -lt $((total_sizes * 2)) ]; then
15011501
json add error 'errorTooLittleRam' "$free_mem"

0 commit comments

Comments
 (0)