Browse Source

change custom confdir

pull/9/head
Gorgone 6 years ago
committed by GitHub
parent
commit
1200987e81
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      support/functions/_cmd_build

5
support/functions/_cmd_build

@ -96,9 +96,8 @@ _cmd_build(){
done; done;
#change default oscam CONF_DIR #change default oscam CONF_DIR
if [ ! "$_oscamconfdir_custom" == "not_set" ] && [ ${#_oscamconfdir_custom} -gt 3 ]; then if [ ! "$CUSTOM_CONFDIR" == "not_set" ]; then
[ ! "$CUSTOM_CONFDIR" == "not_set" ] && _oscamconfdir_custom=$CUSTOM_CONFDIR; CONFDIR="$CUSTOM_CONFDIR";
CONFDIR="$_oscamconfdir_custom";
echo -e $w_l" | set : "$r_l"custom CONF_DIR=$CONFDIR"$w_l; echo -e $w_l" | set : "$r_l"custom CONF_DIR=$CONFDIR"$w_l;
else else
CONFDIR="$_oscamconfdir_default"; CONFDIR="$_oscamconfdir_default";

Loading…
Cancel
Save