mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(Bash): process priority class Permission denied (#5686)
This commit is contained in:
@@ -102,6 +102,10 @@ function comp_compile() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
runHooks "ON_AFTER_BUILD"
|
runHooks "ON_AFTER_BUILD"
|
||||||
|
|
||||||
|
# set worldserver SUID bit
|
||||||
|
sudo chown root:root "$AC_BINPATH_FULL/worldserver"
|
||||||
|
sudo chmod u+s "$AC_BINPATH_FULL/worldserver"
|
||||||
}
|
}
|
||||||
|
|
||||||
function comp_build() {
|
function comp_build() {
|
||||||
|
|||||||
Reference in New Issue
Block a user