openwrt-autossh icon indicating copy to clipboard operation
openwrt-autossh copied to clipboard

config_foreach not work

Open tony1016 opened this issue 7 years ago • 3 comments

I notice the service support config_foreach,but seems not work.I add two autossh config,but only the first one works,and the other one doesn't start

tony1016 avatar Jul 20 '17 04:07 tony1016

Hello, tested it out of curiosity, and:

  1. both configurations turned on works
  2. first configuration turned on works
  3. only second configuration turned on works
  4. none turned on works

I'm not sure what it could be on your side.

adrianharabula avatar Nov 18 '17 21:11 adrianharabula

Only first one works. But, never mind, now I use multi -NR in one command

2017年11月19日 上午5:31,"Adrian Harabula" [email protected]写道:

Hello, tested it out of curiosity, and:

  1. both configurations turned on works
  2. first configuration turned on works
  3. only second configuration turned on works
  4. none turned on works

I'm not sure what it could be on your side.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/aa65535/openwrt-autossh/issues/3#issuecomment-345472782, or mute the thread https://github.com/notifications/unsubscribe-auth/ACHZSsJ7uAbPxVz73WPfyYk8VtImaJCHks5s30yvgaJpZM4OdmGZ .

tony1016 avatar Nov 19 '17 02:11 tony1016

Should it be

`config autossh ....

config autossh ... `

or

`config autossh1 ....

config autossh2 ... `?

chruldt avatar Jun 18 '18 09:06 chruldt