From 0dc212ed94cc396b96ae9e4763c13b9eb6bdf738 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 18 Oct 2021 19:17:07 +0200 Subject: [PATCH] Update 00-aaa_bashio --- papermerge/rootfs/etc/cont-init.d/00-aaa_bashio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/papermerge/rootfs/etc/cont-init.d/00-aaa_bashio b/papermerge/rootfs/etc/cont-init.d/00-aaa_bashio index 96f93a89e..728c053fb 100644 --- a/papermerge/rootfs/etc/cont-init.d/00-aaa_bashio +++ b/papermerge/rootfs/etc/cont-init.d/00-aaa_bashio @@ -18,7 +18,7 @@ if [ ! -f "/usr/bin/bashio" ]; then # Install bashio # ################## mkdir -p /tmp/bashio - curl -L -f -s "https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz" | + curl -L -f -s "https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz" | \ tar -xzf - --strip 1 -C /tmp/bashio mv /tmp/bashio/lib /usr/lib/bashio ln -s /usr/lib/bashio/bashio /usr/bin/bashio