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