mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
adblock: bugfix 2.1.2
* fix minor build error in init script
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit d960507c5f)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#
|
||||
LC_ALL=C
|
||||
PATH="/usr/sbin:/usr/bin:/sbin:/bin"
|
||||
adb_ver="2.1.1"
|
||||
adb_ver="2.1.2"
|
||||
adb_enabled=1
|
||||
adb_debug=0
|
||||
adb_whitelist="/etc/adblock/adblock.whitelist"
|
||||
@@ -295,6 +295,7 @@ f_log()
|
||||
}
|
||||
|
||||
# f_debug: gather memory & space information
|
||||
#
|
||||
f_debug()
|
||||
{
|
||||
local mem_total=0 mem_free=0 mem_swap=0 tmp_space=0 backup_space=0
|
||||
|
||||
Reference in New Issue
Block a user