fix elevation issues and absence of /sbin in the PATH

This commit is contained in:
bol-van
2022-03-27 18:58:47 +03:00
parent 479ba87fc5
commit f16e72974c
4 changed files with 12 additions and 2 deletions

View File

@@ -979,6 +979,7 @@ install_macos()
# build binaries, do not use precompiled
[ "$1" = "make" ] && FORCE_BUILD=1
fix_sbin_path
check_system
[ "$SYSTEM" = "macos" ] && . "$EXEDIR/init.d/macos/functions"