Fixed typos in setup script
This commit is contained in:
parent
3aa77360f0
commit
e6d6918ed8
4
setup.sh
4
setup.sh
@ -114,8 +114,8 @@ function config_generator () {
|
||||
-e "s/\"stake_amount\": 0.05,/\"stake_amount\": $stake_amount,/g" \
|
||||
-e "s/\"stake_currency\": \"BTC\",/\"stake_currency\": \"$stake_currency\",/g" \
|
||||
-e "s/\"fiat_display_currency\": \"USD\",/\"fiat_display_currency\": \"$fiat_currency\",/g" \
|
||||
-e "s/\"your_echange_key\"/\"$api_key\"/g" \
|
||||
-e "s/\"your_echange_secret\"/\"$api_secret\"/g" \
|
||||
-e "s/\"your_exchange_key\"/\"$api_key\"/g" \
|
||||
-e "s/\"your_exchange_secret\"/\"$api_secret\"/g" \
|
||||
-e "s/\"your_instagram_token\"/\"$token\"/g" \
|
||||
-e "s/\"your_instagram_chat_id\"/\"$chat_id\"/g"
|
||||
-e "s/\"dry_run\": false,/\"dry_run\": true,/g" config.json.example > config.json
|
||||
|
Loading…
Reference in New Issue
Block a user