From 4fc4ab5706d897477bc1ccba42b22605838ffc1c Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 9 Jan 2019 13:59:44 +0100 Subject: [PATCH] Update New CLI (#500) * Update New CLI * Fix shell * ssh: Include hassio bash completion (#501) --- tellstick/Dockerfile | 1 - tellstick/run.sh | 0 2 files changed, 1 deletion(-) mode change 100644 => 100755 tellstick/run.sh diff --git a/tellstick/Dockerfile b/tellstick/Dockerfile index 310e607..646fcde 100644 --- a/tellstick/Dockerfile +++ b/tellstick/Dockerfile @@ -22,6 +22,5 @@ RUN apk add --no-cache \ # Copy data for add-on COPY run.sh / -RUN chmod a+x /run.sh CMD [ "/run.sh" ] diff --git a/tellstick/run.sh b/tellstick/run.sh old mode 100644 new mode 100755