Browse Source

fix CUSTOM_CONFDIR

pull/57/head
Gorgone 4 years ago
committed by GitHub
parent
commit
e7aed2617a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      support/functions/_cmd_build

2
support/functions/_cmd_build

@ -141,7 +141,7 @@ fi
if [ ! "$CUSTOM_CONFDIR" == "not_set" ]; if [ ! "$CUSTOM_CONFDIR" == "not_set" ];
then then
CONFDIR="$_oscamconfdir_custom" CONFDIR="$CUSTOM_CONFDIR"
cdtag="${r_l}custom CONF_DIR=$CUSTOM_CONFDIR (via CUSTOM_CONFDIR)" cdtag="${r_l}custom CONF_DIR=$CUSTOM_CONFDIR (via CUSTOM_CONFDIR)"
fi fi

Loading…
Cancel
Save