Actions
Bug #16321
closedInvocation of script on target host
Description
Currently the invocation needs executeable rights on the script it copies. I changed it to be redirected to bash so it just needs read rights.
This is needed because redhat suggests that in some environments /tmp (and /var/tmp is bind mounted to /tmp) are mounted with noexec.
Actions