From eee695e320a3c5227b04eb5289440c3c8000d13a Mon Sep 17 00:00:00 2001 From: Gorgone Date: Thu, 24 Sep 2020 00:07:27 +0200 Subject: [PATCH] Update _cmd_build --- support/functions/_cmd_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/functions/_cmd_build b/support/functions/_cmd_build index af119c9..1c90825 100644 --- a/support/functions/_cmd_build +++ b/support/functions/_cmd_build @@ -126,7 +126,7 @@ _cmd_build(){ done #change default oscam CONF_DIR -if [ "$CUSTOM_CONFDIR" == "not_set" ]; +if [ "$CUSTOM_CONFDIR" == "not_set" ] && [ ${#_oscamconfdir_custom} -lt 4 ]; then CONFDIR="$_oscamconfdir_default" cdtag="CONF_DIR=$CONFDIR"