Add /usr/sbin to PATH
Some checks failed
Codespell / Check for spelling errors (push) Has been cancelled
Utils CI / build (push) Has been cancelled

Some systems exclude /usr/sbin from PATH for regular users, which may cause issues in some cases.
This commit is contained in:
Kron4ek 2024-11-22 15:55:33 +03:00 committed by GitHub
parent 945ea727ce
commit da4d0ece3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,8 @@ unset LD_PRELOAD LD_LIBRARY_PATH
LC_ALL_ORIG="${LC_ALL}" LC_ALL_ORIG="${LC_ALL}"
export LC_ALL=C export LC_ALL=C
export PATH="/usr/sbin:${PATH}"
msg_root=" msg_root="
Do not run this script as root! Do not run this script as root!