diff --git a/support/functions/_cmd_build b/support/functions/_cmd_build index e33b7bc..af119c9 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" ] && [ "$_oscamconfdir_custom" == "not_set" ]; +if [ "$CUSTOM_CONFDIR" == "not_set" ]; then CONFDIR="$_oscamconfdir_default" cdtag="CONF_DIR=$CONFDIR"