mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 14:48:39 +01:00
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
This commit is contained in:
@@ -15,7 +15,7 @@ validate_e2guardian_section() {
|
||||
'accessdeniedaddress:string' \
|
||||
'bannediplist:string' \
|
||||
'contentscanexceptions:string' \
|
||||
'contentscanner:string'
|
||||
'contentscanner:string' \
|
||||
'contentscannertimeout:uinteger' \
|
||||
'createlistcachefiles:string' \
|
||||
'custombannedflashfile:string' \
|
||||
|
||||
Reference in New Issue
Block a user