mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-26 09:58:38 +01:00
Add /usr/sbin to PATH
Some systems exclude /usr/sbin from PATH for regular users, which may cause issues in some cases.
This commit is contained in:
parent
945ea727ce
commit
da4d0ece3a
1 changed files with 2 additions and 0 deletions
|
@ -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!
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue