Fix a typo in setup.sh

This commit is contained in:
Pan Long 2018-04-18 19:11:37 +08:00
parent 81020b3612
commit 0fab7f0880
1 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ function config_generator () {
-e "s/\"your_exchange_key\"/\"$api_key\"/g" \
-e "s/\"your_exchange_secret\"/\"$api_secret\"/g" \
-e "s/\"your_telegram_token\"/\"$token\"/g" \
-e "s/\"your_telegram_chat_id\"/\"$chat_id\"/g"
-e "s/\"your_telegram_chat_id\"/\"$chat_id\"/g" \
-e "s/\"dry_run\": false,/\"dry_run\": true,/g" config.json.example > config.json
}
@ -205,4 +205,4 @@ plot
help
;;
esac
exit 0
exit 0