From c83c59771fe94b49458dba502ebe3957a3fdb577 Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 17 Aug 2023 12:59:42 +0200 Subject: [PATCH] revert transparency of notify-push Signed-off-by: Simon L --- Containers/notify-push/start.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/Containers/notify-push/start.sh b/Containers/notify-push/start.sh index 873e59de..c20b9c0d 100644 --- a/Containers/notify-push/start.sh +++ b/Containers/notify-push/start.sh @@ -31,8 +31,6 @@ 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_" \