we can't parse [OPTIONS] if a comment is on the same line Signed-off-by: Alexandre Derumier <[email protected]> --- example/100.fw | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/example/100.fw b/example/100.fw index 36c831a..94f178d 100644 --- a/example/100.fw +++ b/example/100.fw @@ -1,6 +1,7 @@ # Example VM firewall configuration -[OPTIONS] # VM specific firewall options +# VM specific firewall options +[OPTIONS] # disable/enable the whole thing enable: 1 -- 1.7.10.4 _______________________________________________ pve-devel mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
