From ec32f3bdb23b5ddfabb81e9b3fe459290f9d8335 Mon Sep 17 00:00:00 2001 From: samuel-p Date: Fri, 27 Aug 2021 17:56:44 +0200 Subject: [PATCH] fixed entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 8a33788..9d61640 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,2 +1,2 @@ -/bin/python3 /app/matrix-commander.py -s /data/store -c /data/credentials.json +/bin/python3 /app/matrix-commander.py -s /data/store -c /data/credentials.json "$@" exit 0