summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2026-03-11 00:02:56 +0530
committerBobby <[email protected]>2026-03-11 00:02:56 +0530
commit8d368445ef63a365547a170e13c703012240deb2 (patch)
tree41fc95676c62b54da477eae3474f3d926ba6ad64
parentbfa499f7ef3d63798ade617165768c626647457b (diff)
downloadpagoda-8d368445ef63a365547a170e13c703012240deb2.tar.xz
pagoda-8d368445ef63a365547a170e13c703012240deb2.zip
fix: remove unnecessary waiting message before server process
-rw-r--r--scripts/entrypoint.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/entrypoint.sh b/scripts/entrypoint.sh
index a1e6408..2196761 100644
--- a/scripts/entrypoint.sh
+++ b/scripts/entrypoint.sh
@@ -56,5 +56,4 @@ else
echo "[entrypoint] SEED not set, skipping seed"
fi
-echo "[entrypoint] Waiting on server process..."
wait $SHRINE_PID \ No newline at end of file