From dccc81ac7ca69f6961501094b569826f81255197 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 Nov 2021 18:06:43 +0100 Subject: [PATCH] Update 00-.sh --- qbittorrent/rootfs/etc/cont-init.d/00-.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/rootfs/etc/cont-init.d/00-.sh b/qbittorrent/rootfs/etc/cont-init.d/00-.sh index 0344c9610..dc06193f0 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/00-.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/00-.sh @@ -30,7 +30,7 @@ if [ ! -f "/usr/bin/bashio" ]; then ################## # Install bashio # ################## - && mkdir -p /tmp/bashio \ + mkdir -p /tmp/bashio \ && 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 \