From 0f6a5dd0593d551f731f7745351fd1dc5e43abfb Mon Sep 17 00:00:00 2001 From: thelamer <ryankuba@gmail.com> Date: Wed, 22 May 2019 16:23:02 -0700 Subject: [PATCH] bugfix in custom logic --- root/etc/cont-init.d/99-custom-scripts | 1 - 1 file changed, 1 deletion(-) diff --git a/root/etc/cont-init.d/99-custom-scripts b/root/etc/cont-init.d/99-custom-scripts index cfde313..2195641 100644 --- a/root/etc/cont-init.d/99-custom-scripts +++ b/root/etc/cont-init.d/99-custom-scripts @@ -44,7 +44,6 @@ if ([ -e "${SCRIPTS_DIR}" ] && \ fi done fi - fi else echo "[custom-init] no custom files found exiting..." fi -- GitLab