From da4d0ece3af0885c1b0d9a6d87a1338f5c5dab5c Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Fri, 22 Nov 2024 15:55:33 +0300 Subject: [PATCH] Add /usr/sbin to PATH Some systems exclude /usr/sbin from PATH for regular users, which may cause issues in some cases. --- conty-start.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conty-start.sh b/conty-start.sh index 182bd26..bb3f9f2 100755 --- a/conty-start.sh +++ b/conty-start.sh @@ -8,6 +8,8 @@ unset LD_PRELOAD LD_LIBRARY_PATH LC_ALL_ORIG="${LC_ALL}" export LC_ALL=C +export PATH="/usr/sbin:${PATH}" + msg_root=" Do not run this script as root!