wrong substitution
This commit is contained in:
parent
4ef799030d
commit
d91f64e8be
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ echo -e "rpcallowip=${RPC_ALLOW_IP:-10.5.1.3}" >> ~/.lbrycrd/lbrycrd.conf
|
|||
echo -e "rpcuser=${RPC_USER:-lbryrpc}" >> ~/.lbrycrd/lbrycrd.conf
|
||||
|
||||
## Control this invocation through envvar.
|
||||
case ${$RUN_MODE:-default} in
|
||||
case ${RUN_MODE:-default} in
|
||||
default )
|
||||
lbrycrdd \
|
||||
-server \
|
||||
|
|
Loading…
Reference in a new issue