microstack/snap-overlay/bin/sudo
2018-11-02 10:55:42 +00:00

6 lines
137 B
Bash
Executable File

#!/bin/bash
# fake sudo script - as daemons run as root use of real sudo is not required
# strip sudo off args and re-exec command
${@}