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.
VyOS's
vbash
interprets commands starting withsh
asshow
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.