From 37b29231e47a0c4458dc1c15d98588f16f07e1e2 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Thu, 06 Aug 2015 03:18:44 -0400
Subject: [PATCH] - don't set password via remoting if field is empty

---
 interface/web/vm/templates/openvz.conf.tpl |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/interface/web/vm/templates/openvz.conf.tpl b/interface/web/vm/templates/openvz.conf.tpl
index 5bdd385..1cb4dc0 100644
--- a/interface/web/vm/templates/openvz.conf.tpl
+++ b/interface/web/vm/templates/openvz.conf.tpl
@@ -48,3 +48,5 @@
 # SWAPPAGES="{tmpl_var name='swappages'}"
 
 CAPABILITY="{tmpl_var name='capability'}"
+FEATURES="{tmpl_var name='features'}"
+IPTABLES="{tmpl_var name='iptables'}"

--
Gitblit v1.9.1