commit | cb6bcd757882998b91e1da44c2485c6b6018ca46 | [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 | 781e4edb8acb1ea2aa452527a5167589ffd2f4cb | |
parent | f38a3547fa70d065d7098c802c9d587e15754f23 [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 %}