Merge pull request #3157 from nextcloud/enh/noid/notify-push-logs

make notify-push logs more explicit
This commit is contained in:
Simon L 2023-08-17 09:43:36 +02:00 committed by GitHub
commit 28463a095f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,8 @@ fi
export DATABASE_URL="postgres://$POSTGRES_USER:$POSTGRES_PASSWORD@$POSTGRES_HOST/$POSTGRES_DB"
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
/nextcloud/custom_apps/notify_push/bin/"$CPU_ARCH"/notify_push \
--database-prefix="oc_" \