From 29a0dacb2e812e57d5f41f29ea83887e0f1a158f Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Thu, 27 Jun 2024 16:41:09 +0200 Subject: [PATCH] added chf to deployment default currencies --- run_xexe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_xexe.sh b/run_xexe.sh index d2d759f..3109344 100644 --- a/run_xexe.sh +++ b/run_xexe.sh @@ -50,7 +50,7 @@ if [ $? -ne 0 ]; then fi # Define some options here. You might want to change this some day. -currencies="CAD,EUR,NZD,ZAR,AUD,USD,PLN,GBP" +currencies="CAD,EUR,NZD,ZAR,AUD,USD,PLN,GBP,CHF" start_date=$(date -d "yesterday" +"%Y-%m-%d") end_date=$(date -d "yesterday" +"%Y-%m-%d")