From b4afd493413b4327a858f2a9bfe4b903d3126309 Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 14 Aug 2023 13:17:15 +0200 Subject: [PATCH] make notify-push logs more explicit Signed-off-by: Simon L --- Containers/notify-push/start.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containers/notify-push/start.sh b/Containers/notify-push/start.sh index c20b9c0d..873e59de 100644 --- a/Containers/notify-push/start.sh +++ b/Containers/notify-push/start.sh @@ -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_" \