summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-02-29 14:43:19 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-02-29 14:43:19 +0100
commit2293eaede600c423f6635366b72a9a5ebc2f892b (patch)
tree1f74551185750d3a05098d3dfab00e30d6350a50
parentaa712e77ba1596ca9f0da865c101ed7916458a1a (diff)
downloaddeployment-2293eaede600c423f6635366b72a9a5ebc2f892b.tar.gz
deployment-2293eaede600c423f6635366b72a9a5ebc2f892b.tar.bz2
deployment-2293eaede600c423f6635366b72a9a5ebc2f892b.zip
rename from mint to exchange
-rw-r--r--crontab.template2
-rw-r--r--taler-arm/taler-exchange.conf4
-rw-r--r--taler-arm/taler-mint.conf4
-rwxr-xr-xupdate_exchange.sh (renamed from update_mint.sh)0
4 files changed, 5 insertions, 5 deletions
diff --git a/crontab.template b/crontab.template
index 813c7ed..0e8713d 100644
--- a/crontab.template
+++ b/crontab.template
@@ -6,7 +6,7 @@ MAILTO=demo@localhost
@reboot $HOME/deployment/start.sh &>/dev/null
@monthly $HOME/deployment/update_gnunet.sh &>/dev/null
-3 * * * * $HOME/deployment/update_mint.sh &>/dev/null
+3 * * * * $HOME/deployment/update_exchange.sh &>/dev/null
3 * * * * $HOME/deployment/update_demo.sh &>/dev/null
13 * * * * $HOME/deployment/update_merchant.sh &>/dev/null
*/13 * * * * $HOME/deployment/update_bank.sh &>/dev/null
diff --git a/taler-arm/taler-exchange.conf b/taler-arm/taler-exchange.conf
new file mode 100644
index 0000000..9dd926a
--- /dev/null
+++ b/taler-arm/taler-exchange.conf
@@ -0,0 +1,4 @@
+[taler-exchange]
+TYPE = simple
+BINARY = taler-mint-httpd
+OPTIONS = -d $HOME/exchange_config
diff --git a/taler-arm/taler-mint.conf b/taler-arm/taler-mint.conf
deleted file mode 100644
index d237ec2..0000000
--- a/taler-arm/taler-mint.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-[taler-mint]
-TYPE = simple
-BINARY = taler-mint-httpd
-OPTIONS = -d $HOME/mint_config
diff --git a/update_mint.sh b/update_exchange.sh
index e5882d9..e5882d9 100755
--- a/update_mint.sh
+++ b/update_exchange.sh