fd8eb77cc3
* Recreate the older behavior where the entire success command was quoted * Use shlex_quote for a correct fix of this * Add changelog fragment
2 lines
152 B
YAML
2 lines
152 B
YAML
bugfixes:
|
|
- pmrun plugin - The success_command string was no longer quoted. This caused unusual use-cases like ``become_flags=su - root -c`` to fail.
|