From dc509eced966f7f3dd2204e8b814366ccc020abe Mon Sep 17 00:00:00 2001 From: jkoschke Date: Thu, 13 Jan 2022 00:41:54 +0100 Subject: [PATCH] added output filename --- tinc-homeassistant/run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tinc-homeassistant/run.sh b/tinc-homeassistant/run.sh index d19afe7..52f328c 100644 --- a/tinc-homeassistant/run.sh +++ b/tinc-homeassistant/run.sh @@ -2,7 +2,7 @@ ls -la /data -curl -Lso /data https://gitea.jkoschke.me/Jan/hass-addon-repository/raw/branch/main/tinc-homeassistant/setup.sh \ +curl -Lso /data/setup.sh https://gitea.jkoschke.me/Jan/hass-addon-repository/raw/branch/main/tinc-homeassistant/setup.sh \ && chmod a+x /data/setup.sh - -./setup.sh \ No newline at end of file + +/data/setup.sh \ No newline at end of file