From 22b9fe1694d7b046c9679cf71e45b77b26ecde94 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 28 Jun 2023 20:43:04 +0200 Subject: [PATCH] Fix shebang https://github.com/alexbelgium/hassio-addons/issues/884 --- zoneminder/rootfs/etc/cont-init.d/00-folders.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zoneminder/rootfs/etc/cont-init.d/00-folders.sh b/zoneminder/rootfs/etc/cont-init.d/00-folders.sh index bf713d4bf..d91196f63 100755 --- a/zoneminder/rootfs/etc/cont-init.d/00-folders.sh +++ b/zoneminder/rootfs/etc/cont-init.d/00-folders.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bashio # shellcheck shell=bash #CONFIGSOURCE=$(bashio::config "CONFIG_LOCATION")