From 06b5402e19477983967d06898c4e4386ab564c58 Mon Sep 17 00:00:00 2001 From: Rohan Liston Date: Wed, 7 Jul 2021 11:41:31 +1000 Subject: [PATCH] Fix executable path --- hassio-to-pubsub/rootfs/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio-to-pubsub/rootfs/run.sh b/hassio-to-pubsub/rootfs/run.sh index 0d6380c..bd65550 100644 --- a/hassio-to-pubsub/rootfs/run.sh +++ b/hassio-to-pubsub/rootfs/run.sh @@ -20,4 +20,4 @@ export GOOGLE_APPLICATION_CREDENTIALS="/service_account.json" export WEBSOCKET_URL="http://supervisor/core/websocket" export ACCESS_TOKEN="${SUPERVISOR_TOKEN}" -python3 /usr/local/src/pubsub/main.py \ No newline at end of file +python3 /usr/local/src/hassio-to-pubsub/main.py \ No newline at end of file