From 4e52bfda7b3e1eaaa5dbba5680bb4e211f9511f8 Mon Sep 17 00:00:00 2001 From: Bruvv Date: Sat, 1 Jan 2022 13:17:40 +0100 Subject: [PATCH] hopefully fixed entrypoint --- whoogle/rootfs/entrypoint.sh | 3 +-- whoogle/rootfs/scripts/90-config_yaml.sh | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/whoogle/rootfs/entrypoint.sh b/whoogle/rootfs/entrypoint.sh index ce3d8635f..0a4d34c5f 100644 --- a/whoogle/rootfs/entrypoint.sh +++ b/whoogle/rootfs/entrypoint.sh @@ -1,5 +1,4 @@ -#!/usr/bin/with-contenv bashio - +#!/bin/bash echo "Starting..." #################### diff --git a/whoogle/rootfs/scripts/90-config_yaml.sh b/whoogle/rootfs/scripts/90-config_yaml.sh index 64c6d0c6f..7e9202aff 100644 --- a/whoogle/rootfs/scripts/90-config_yaml.sh +++ b/whoogle/rootfs/scripts/90-config_yaml.sh @@ -1,5 +1,4 @@ #!/usr/bin/with-contenv bashio -# shellcheck shell=bash ################## # INITIALIZATION #