mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-26 03:24:43 +00:00
Additional logging.
This commit is contained in:
parent
955176f45a
commit
c3d1600c07
1 changed files with 3 additions and 1 deletions
|
|
@ -98,9 +98,11 @@ chmod +x /etc/profile.d/dispatcharr.sh
|
|||
pip install django-filter
|
||||
|
||||
# Run init scripts
|
||||
echo "Starting init process..."
|
||||
echo "Starting user setup..."
|
||||
. /app/docker/init/01-user-setup.sh
|
||||
echo "Setting up PostgreSQL..."
|
||||
. /app/docker/init/02-postgres.sh
|
||||
echo "Starting init process..."
|
||||
. /app/docker/init/03-init-dispatcharr.sh
|
||||
|
||||
# Start PostgreSQL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue