p3lim / vyaml

VyOS YAML config toolkit
GNU General Public License v3.0
10 stars 2 forks source link

doc(README.md): fix "add to path" command #8

Closed b- closed 11 months ago

b- commented 11 months ago

VyOS's vbash interprets commands starting with sh as show commands. We need to either give a full path (e.g., /bin/sh), or a more explicit command name.

Given that (as far as I'm aware) the VyOS post-run scripts run under vbash, I figure that should be a fine choice of shell to use for this.

I think this is still worth fixing, despite the fact that #7 will completely change the way vyaml is installed, because it will lessen friction for people to test and experiment with it.

p3lim commented 11 months ago

Fair point, thanks for the PR.