diff options
| author | Bobby <[email protected]> | 2026-03-11 00:02:56 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-03-11 00:02:56 +0530 |
| commit | 8d368445ef63a365547a170e13c703012240deb2 (patch) | |
| tree | 41fc95676c62b54da477eae3474f3d926ba6ad64 /scripts | |
| parent | bfa499f7ef3d63798ade617165768c626647457b (diff) | |
| download | pagoda-8d368445ef63a365547a170e13c703012240deb2.tar.xz pagoda-8d368445ef63a365547a170e13c703012240deb2.zip | |
fix: remove unnecessary waiting message before server process
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/entrypoint.sh | 1 |
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 |
