teos - feed_* -> btc_feed_*

This commit is contained in:
Sergi Delgado Segura
2020-06-09 09:24:00 +02:00
parent d91e9bb534
commit 10da7d2a10
7 changed files with 31 additions and 14 deletions

View File

@@ -30,4 +30,12 @@ if [[ ! -z ${BTC_RPC_PORT} ]]; then
START_COMMAND=$START_COMMAND" --btcrpcport=""$BTC_RPC_PORT"
fi
if [[ ! -z ${BTC_FEED_CONNECT} ]]; then
START_COMMAND=$START_COMMAND" --btcfeedconnect=""$BTC_FEED_CONNECT"
fi
if [[ ! -z ${BTC_FEED_PORT} ]]; then
START_COMMAND=$START_COMMAND" --btcfeedport=""$BTC_FEED_PORT"
fi
$START_COMMAND