summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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