Browse Source

Update _cmd_build

pull/50/head
Gorgone 4 years ago
committed by GitHub
parent
commit
eee695e320
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
#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"

Loading…
Cancel
Save