diff --git a/setup.sh b/setup.sh index b38f2c645..bdcec7186 100755 --- a/setup.sh +++ b/setup.sh @@ -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 \ No newline at end of file +exit 0