mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
make notify-push logs more explicit
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
1771a72c0e
commit
b4afd49341
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@ fi
|
||||||
export DATABASE_URL="postgres://$POSTGRES_USER:$POSTGRES_PASSWORD@$POSTGRES_HOST/$POSTGRES_DB"
|
export DATABASE_URL="postgres://$POSTGRES_USER:$POSTGRES_PASSWORD@$POSTGRES_HOST/$POSTGRES_DB"
|
||||||
export REDIS_URL="redis://:$REDIS_HOST_PASSWORD@$REDIS_HOST"
|
export REDIS_URL="redis://:$REDIS_HOST_PASSWORD@$REDIS_HOST"
|
||||||
|
|
||||||
|
echo "Starting notify-push. If not further logs are shown below, it started correctly."
|
||||||
|
|
||||||
# Run it
|
# Run it
|
||||||
/nextcloud/custom_apps/notify_push/bin/"$CPU_ARCH"/notify_push \
|
/nextcloud/custom_apps/notify_push/bin/"$CPU_ARCH"/notify_push \
|
||||||
--database-prefix="oc_" \
|
--database-prefix="oc_" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue