From c5f7a984f2e40db29e5e193afce741ff382e1e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Tue, 14 Apr 2026 11:00:17 +0000 Subject: [PATCH] add run.sh --- run.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 run.sh diff --git a/run.sh b/run.sh new file mode 100644 index 0000000..a2d9c30 --- /dev/null +++ b/run.sh @@ -0,0 +1,3 @@ +#!/usr/bin/with-contenv bashio +echo "Starte WhatsApp Bridge..." +node /app/server.js \ No newline at end of file