From 939acd433f74d9514bb02d8af4944aee159c5921 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 17 Mar 2023 10:41:44 +0100 Subject: [PATCH] Update 20-folders.sh --- autobrr/rootfs/etc/cont-init.d/20-folders.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autobrr/rootfs/etc/cont-init.d/20-folders.sh b/autobrr/rootfs/etc/cont-init.d/20-folders.sh index 6ad432f89..dd9e0253f 100644 --- a/autobrr/rootfs/etc/cont-init.d/20-folders.sh +++ b/autobrr/rootfs/etc/cont-init.d/20-folders.sh @@ -1,4 +1,5 @@ -#!/bin/bash +#!/usr/bin/with-contenv bashio +# shellcheck shell=bash if [ ! -d /data/autobrr ]; then echo "Creating /data/autobrr"