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_" \