commit | a359dbeb7dda2cc1566de92829943451e273c59c | [log] [tgz] |
---|---|---|
author | Andy Bavier <acb@cs.princeton.edu> | Sun Mar 06 17:08:35 2016 -0500 |
committer | Andy Bavier <acb@cs.princeton.edu> | Sun Mar 06 17:08:35 2016 -0500 |
tree | d8b11750a3827258c6800f75412b98ce2b276b64 | |
parent | 442f0b9ec47106c58f1a2a5d0c751d3a2944264f [diff] |
Fix variable name
diff --git a/xos/synchronizers/vcpe/templates/rc.local.j2 b/xos/synchronizers/vcpe/templates/rc.local.j2 index 3256b77..4226a48 100755 --- a/xos/synchronizers/vcpe/templates/rc.local.j2 +++ b/xos/synchronizers/vcpe/templates/rc.local.j2
@@ -14,7 +14,7 @@ ufw enable ufw allow bootps ufw allow from 192.168.0.0/24 -{% if setup == "enabled" %} +{% if status == "enabled" %} ufw route allow in on eth1 out on eth0 ufw route allow in on eth1 out on eth2 {% else %}