From 2a9bb55559333fe9addac44f98f0d28c34d1604c Mon Sep 17 00:00:00 2001 From: Trenton Holmes Date: Thu, 20 Oct 2022 19:53:36 -0700 Subject: [PATCH] It's not a customer --- docker/docker-prepare.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/docker-prepare.sh b/docker/docker-prepare.sh index a3fc5e1c5..5904f674c 100755 --- a/docker/docker-prepare.sh +++ b/docker/docker-prepare.sh @@ -89,7 +89,7 @@ superuser() { fi } -customer_container_init() { +custom_container_init() { # Mostly borrowed from the LinuxServer.io base image # https://github.com/linuxserver/docker-baseimage-ubuntu/tree/bionic/root/etc/cont-init.d readonly custom_script_dir="/custom-cont-init.d" @@ -145,7 +145,7 @@ do_work() { superuser # Leave this last thing - customer_container_init + custom_container_init }