mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-24 16:01:02 +00:00
6 lines
183 B
Bash
Executable File
6 lines
183 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
echo "Chatwoot database preparation runs before the web service starts. Wait for the web container healthcheck to pass after upgrading."
|
|
exit 0
|