mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +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' \
|
'accessdeniedaddress:string' \
|
||||||
'bannediplist:string' \
|
'bannediplist:string' \
|
||||||
'contentscanexceptions:string' \
|
'contentscanexceptions:string' \
|
||||||
'contentscanner:string'
|
'contentscanner:string' \
|
||||||
'contentscannertimeout:uinteger' \
|
'contentscannertimeout:uinteger' \
|
||||||
'createlistcachefiles:string' \
|
'createlistcachefiles:string' \
|
||||||
'custombannedflashfile:string' \
|
'custombannedflashfile:string' \
|
||||||
|
|||||||
Reference in New Issue
Block a user