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
Prior to this commit, the runuser path was hard-coded to
/usr/sbin/runuser. However, at least Ubuntu 18.04 uses /sbin/runuser,
so this commit will check for an executable at either location. It will
log a warning if neither is found and not execute the command.
0 commit comments