Browse Source

Update _cmd_build

ignore custom confdir from toolchain.cfg file
pull/50/head
Gorgone 4 years ago
committed by GitHub
parent
commit
71b0aabe00
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      support/functions/_cmd_build

2
support/functions/_cmd_build

@ -126,7 +126,7 @@ _cmd_build(){
done done
#change default oscam CONF_DIR #change default oscam CONF_DIR
if [ "$CUSTOM_CONFDIR" == "not_set" ] && [ "$_oscamconfdir_custom" == "not_set" ]; if [ "$CUSTOM_CONFDIR" == "not_set" ];
then then
CONFDIR="$_oscamconfdir_default" CONFDIR="$_oscamconfdir_default"
cdtag="CONF_DIR=$CONFDIR" cdtag="CONF_DIR=$CONFDIR"

Loading…
Cancel
Save