Skip to content

Commit

Permalink
Merge pull request #173 from opentechinstitute/issue172
Browse files Browse the repository at this point in the history
changed firewall commit to network name instead of wireless interface
  • Loading branch information
jheretic committed Apr 14, 2015
2 parents 96b9642 + 4d6211b commit fe29521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/usr/bin/setupwizard
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/ash
#!/bin/sh

source /lib/functions.sh

Expand Down Expand Up @@ -278,7 +278,7 @@ set_config() {
uci set network."$MESH_NAME".proto=commotion

# firewall settings
uci add_list firewall.@zone[1].network="commotionMesh$iterator"
uci add_list firewall.@zone[1].network="$MESH_NAME"


# set Commotion profile settings
Expand Down

0 comments on commit fe29521

Please sign in to comment.