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
Thank you for creating these actions! They've been super useful for me :-)
During the prepare part of the action, I can run pkg_add and pkg_create because they are on the PATH. However, this is not the case during the run part of the action, because there the PATH does not include directories such as /sbin and /usr/sbin.
Thank you for creating these actions! They've been super useful for me :-)
During the
prepare
part of the action, I can runpkg_add
andpkg_create
because they are on thePATH
. However, this is not the case during therun
part of the action, because there thePATH
does not include directories such as/sbin
and/usr/sbin
.Specifically, during
prepare
thePATH
iswhile during
run
thePATH
isThis is in contrast to openbsd-vm, in which the
PATH
is the same for bothprepare
andrun
(except some entries are reordered).Would it be possible to make the
PATH
s forprepare
andrun
the same, so that "privileged" commands are also available duringrun
?The text was updated successfully, but these errors were encountered: