Skip to content

Commit f6ce8d6

Browse files
authored
fix: minor adjustment of startup script execution trace (#305)
1 parent a2a8a30 commit f6ce8d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/localdev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SCRIPT_DIR=$(cd "$(dirname "$0")" > /dev/null 2>&1 && pwd -P)
66

77
sh "${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).

src/runtime/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ SERVER_ARGS="
7373
cd "${ROOT_DIR}"
7474

7575
if [ "${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)"

0 commit comments

Comments
 (0)