File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ SCRIPT_DIR=$(cd "$(dirname "$0")" > /dev/null 2>&1 && pwd -P)
66
77sh " ${SCRIPT_DIR} " /build-dev.sh
88
9- echo ' 🚀 Starting the localdev PaperMC server...'
9+ echo ' Starting the localdev PaperMC server...'
1010
1111# Simulate a production-like environment by enforcing strict security policies:
1212# - Drop all Linux capabilities (PaperMC does not require any).
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ SERVER_ARGS="
7373cd " ${ROOT_DIR} "
7474
7575if [ " ${IS_SERVER_RESTART} " = false ]; then
76- echo ' ⚙️ Preparing PaperMC server configuration files...'
76+ echo ' ⚙️ Preparing configuration files...'
7777
7878 # shellcheck disable=SC2016 # Use single quotes to prevent variable expansion with envsubst
7979 TMP=" $( envsubst ' $EULA' < eula.txt) "
You can’t perform that action at this time.
0 commit comments