From ff5e94a04690805bd1b8a5060071b39b2635abd0 Mon Sep 17 00:00:00 2001 From: thelamer <ryankuba@gmail.com> Date: Wed, 22 May 2019 16:23:30 -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