aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAJ Jordan <alex@strugee.net>2020-11-29 03:48:56 -0500
committerAJ Jordan <alex@strugee.net>2020-11-29 04:04:38 -0500
commit2911dfc37d79bb4069a0ca1272ee6609f0400a39 (patch)
tree77aca985cbf0fb161ee1639dc9ddb4a05c0e75f8 /src
parentce82932c9a4a33fd142d56e5b0683429329751ee (diff)
Don't restart with sudo(8) if it's not available
Some environments, like system containers, have no reason to have sudo(8) installed. In these environments restart.sh will silently fail because /usr/bin/sudo does not exist to execute, so test that sudo exists and don't try to use it otherwise. Note also that hardcoding sudo's path is wrong: it can be installed in other places. On FreeBSD, for example, it is /usr/local/bin/sudo when installed from ports.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions