indentation fixed

This commit is contained in:
Christof Schulze 2016-04-27 20:05:41 +02:00
parent 572fcd9a0e
commit c351db6335

View File

@ -9,7 +9,7 @@ start_service () {
procd_open_instance procd_open_instance
procd_set_param stdout 1 procd_set_param stdout 1
procd_set_param stderr 1 procd_set_param stderr 1
meshinterfaces=$(lua -e 'mesh = require("gluon.mesh");for interface, _ in pairs(mesh.interfaces()) do print(" -m " .. interface);end') meshinterfaces=$(lua -e 'mesh = require("gluon.mesh");for interface, _ in pairs(mesh.interfaces()) do print(" -m " .. interface);end')
procd_set_param command "$PROG" -p $(lua -e 'print(require("gluon.site_config").prefix6)') -i br-client $meshinterfaces -t 11 -a $(uci get network.loopback.ip6addr | cut -d/ -f1) procd_set_param command "$PROG" -p $(lua -e 'print(require("gluon.site_config").prefix6)') -i br-client $meshinterfaces -t 11 -a $(uci get network.loopback.ip6addr | cut -d/ -f1)
procd_close_instance procd_close_instance