Browse Source

e2guardian : fix a typo in procd init script

Without this, produces an error :
<code>/etc/rc.common: line 1: contentscannertimeout:uinteger: not found
validation failed
/etc/rc.common: line 1: contentscannertimeout:uinteger: not found</code>

Signed-off-by: Julien Paquit julien@databeille.com
lilik-openwrt-22.03
databeille 9 years ago
parent
commit
6c2d1fb990
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/e2guardian/files/e2guardian.init

+ 1
- 1
net/e2guardian/files/e2guardian.init View File

@ -15,7 +15,7 @@ validate_e2guardian_section() {
'accessdeniedaddress:string' \
'bannediplist:string' \
'contentscanexceptions:string' \
'contentscanner:string'
'contentscanner:string' \
'contentscannertimeout:uinteger' \
'createlistcachefiles:string' \
'custombannedflashfile:string' \


Loading…
Cancel
Save