diff options
Diffstat (limited to 'files/common/etc/fsm/inetable/common.sh')
-rw-r--r-- | files/common/etc/fsm/inetable/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/common/etc/fsm/inetable/common.sh b/files/common/etc/fsm/inetable/common.sh index 0584f94..8238b93 100644 --- a/files/common/etc/fsm/inetable/common.sh +++ b/files/common/etc/fsm/inetable/common.sh @@ -46,7 +46,7 @@ change_service_httpd_listen () { for i in $1 \ [$(ifconfig br-mesh | egrep -o 'fe80[:0-9a-f]*')%br-mesh]:80 \ [$(ifconfig br-lan | egrep -o 'fe80[:0-9a-f]*')%br-lan]:80 \ - $(uci get network.lan.ipaddr); do + $(uci get network.lan.ipaddr):80; do uci add_list uhttpd.service.listen_http=$i done } |