From 3c7ccbd583d10ee69a6222142caf9f3d3e1d6832 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Thu, 21 Jul 2022 17:14:28 +0100 Subject: [PATCH] Disable custom script check for now --- root/etc/s6-overlay/s6-rc.d/init-script-check/run | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/root/etc/s6-overlay/s6-rc.d/init-script-check/run b/root/etc/s6-overlay/s6-rc.d/init-script-check/run index 0e450db..e13d6d0 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-script-check/run +++ b/root/etc/s6-overlay/s6-rc.d/init-script-check/run @@ -1,5 +1,9 @@ #!/usr/bin/with-contenv bash +# This doesn't do anything yet + +exit 0 + if { [ -n "$(/bin/ls -A "/config/custom-cont-init.d" 2>/dev/null)" ]; } && \ { [ -n "$(/bin/ls -A "/config/custom-services.d" 2>/dev/null)" ]; }; then cat <<-EOF | tee /config/custom-cont-init.d/README.txt,/config/custom-services.d/README.txt 2>/dev/null