feat(bash): several chores to bash scripts: (#23250)

This commit is contained in:
Yehonal
2025-10-15 02:10:14 +02:00
committed by GitHub
parent 87deaf7159
commit cfc8678843
6 changed files with 115 additions and 22 deletions

3
conf/dist/config.sh vendored
View File

@@ -112,7 +112,8 @@ export CCACHE_DIR=${CCACHE_DIR:-"$AC_PATH_VAR/ccache"}
# Enable running the cmake install as root
# Installing as root allows to set the SUID bit on
# the worldserver binary. This is required if you want
# to bind the worldserver to reserved ports
# to bind the worldserver to reserved ports and allow
# it to set higher process priority.
# Default: 0 (false)
#
export AC_ENABLE_ROOT_CMAKE_INSTALL=${AC_ENABLE_ROOT_CMAKE_INSTALL:-0}