From 9b0dd02566effd9ef92f26651fd513309ac9f278 Mon Sep 17 00:00:00 2001 From: thelamer Date: Fri, 17 May 2019 16:38:16 -0700 Subject: [PATCH] changing path to match reference in image for config scripts --- root/etc/cont-init.d/99-custom-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/cont-init.d/99-custom-files b/root/etc/cont-init.d/99-custom-files index 689d58d..61a310f 100644 --- a/root/etc/cont-init.d/99-custom-files +++ b/root/etc/cont-init.d/99-custom-files @@ -1,7 +1,7 @@ #!/usr/bin/with-contenv bash # Directories -SCRIPTS_DIR="/config/custom-init-scripts" +SCRIPTS_DIR="/config/custom-cont-init.d" SERVICES_DIR="/config/custom-services.d" # Make sure custom directories exist and have files in them