From f9f4903738e778b02055a46247b06b8a6e83e292 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Fri, 2 Sep 2022 09:56:14 +0100 Subject: [PATCH] Include paths --- root/docker-mods | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/root/docker-mods b/root/docker-mods index 3964dd3..e4310bc 100755 --- a/root/docker-mods +++ b/root/docker-mods @@ -9,6 +9,10 @@ set_legacy_executable_bits() { } set_legacy_executable_bits +# Directories +SERVICES_DIR_OLD="/config/custom-services.d" +SERVICES_DIR="/custom-services.d" + # Remove all existing custom services before continuing to ensure # we aren't running anything the user may have removed if [[ -n "$(/bin/ls -A /etc/s6-overlay/s6-rc.d/custom-svc-* 2>/dev/null)" ]]; then