summaryrefslogtreecommitdiff
path: root/regional-currency/setup-merchant.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regional-currency/setup-merchant.sh')
-rwxr-xr-xregional-currency/setup-merchant.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/regional-currency/setup-merchant.sh b/regional-currency/setup-merchant.sh
index 917e653..7c857b2 100755
--- a/regional-currency/setup-merchant.sh
+++ b/regional-currency/setup-merchant.sh
@@ -7,7 +7,7 @@ source config/user.conf
source config/internal.conf
say "Setting up merchant database"
-taler-merchant-dbconfig
+taler-merchant-dbconfig &>> setup.log
say "Launching taler-merchant-httpd"
-systemctl enable --now taler-merchant-httpd
+systemctl enable --now taler-merchant-httpd &>> setup.log