You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Nixy try-until plugin, when I try a command with some arguments,I get the following error : /tmp/188-620065-myserver.lan-command-try-until.sh: line 18: echo foo: command not found
In this example, I just put echo toto in command field.
Hi,
With Nixy try-until plugin, when I try a command with some arguments,I get the following error :
/tmp/188-620065-myserver.lan-command-try-until.sh: line 18: echo foo: command not found
In this example, I just put
echo toto
in command field.I see in command-try-until file :
I extracted this script and uncommented
eval "$@"
(and comment"$@"
) and it works.Should I make the change for my own environment or is it an oversight? Because without
eval
this plugin is very restrictive.The text was updated successfully, but these errors were encountered: