added chf to deployment default currencies
This commit is contained in:
parent
135d204dad
commit
29a0dacb2e
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ if [ $? -ne 0 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Define some options here. You might want to change this some day.
|
# 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")
|
start_date=$(date -d "yesterday" +"%Y-%m-%d")
|
||||||
end_date=$(date -d "yesterday" +"%Y-%m-%d")
|
end_date=$(date -d "yesterday" +"%Y-%m-%d")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue