[solved] Service not receiving arguments

according to documentation dockerd service has the uciadd command which accepts 3 arguments
but when I run service dockerd uciadd testif br-2134r3 testzone the the values are not passed to the service. I placed an echo $1 $2 $3 inside the uciadd command and when I run the command with arguments the console prints an empty line

am I doing something wrong ?

#service dockerd help
Available commands:
        .......
	uciadd          <interface> <device> <zone> 
        .......

There was a recent commit in master to allow this:

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.