wrong substitution

This commit is contained in:
Leopere 2018-10-10 21:20:00 -04:00
parent 4ef799030d
commit d91f64e8be

View file

@ -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 echo -e "rpcuser=${RPC_USER:-lbryrpc}" >> ~/.lbrycrd/lbrycrd.conf
## Control this invocation through envvar. ## Control this invocation through envvar.
case ${$RUN_MODE:-default} in case ${RUN_MODE:-default} in
default ) default )
lbrycrdd \ lbrycrdd \
-server \ -server \