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