fix(Bash): process priority class Permission denied (#5686)
This commit is contained in:
parent
ecfd9df1d8
commit
af04ba0790
1 changed files with 4 additions and 0 deletions
|
|
@ -102,6 +102,10 @@ function comp_compile() {
|
|||
fi
|
||||
|
||||
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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue