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"