Fix config generation on setup.sh
This commit is contained in:
		
							
								
								
									
										4
									
								
								setup.sh
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								setup.sh
									
									
									
									
									
								
							| @@ -116,8 +116,8 @@ function config_generator () { | |||||||
|         -e "s/\"fiat_display_currency\": \"USD\",/\"fiat_display_currency\": \"$fiat_currency\",/g" \ |         -e "s/\"fiat_display_currency\": \"USD\",/\"fiat_display_currency\": \"$fiat_currency\",/g" \ | ||||||
|         -e "s/\"your_exchange_key\"/\"$api_key\"/g" \ |         -e "s/\"your_exchange_key\"/\"$api_key\"/g" \ | ||||||
|         -e "s/\"your_exchange_secret\"/\"$api_secret\"/g" \ |         -e "s/\"your_exchange_secret\"/\"$api_secret\"/g" \ | ||||||
|         -e "s/\"your_instagram_token\"/\"$token\"/g" \ |         -e "s/\"your_telegram_token\"/\"$token\"/g" \ | ||||||
|         -e "s/\"your_instagram_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 |         -e "s/\"dry_run\": false,/\"dry_run\": true,/g" config.json.example > config.json | ||||||
|  |  | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user