aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/taler-merchant.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/taler-merchant.postinst b/debian/taler-merchant.postinst
index 5cfb4e02..f5ed9c4d 100644
--- a/debian/taler-merchant.postinst
+++ b/debian/taler-merchant.postinst
@@ -102,7 +102,7 @@ Restart=on-failure
ExecStart=/usr/bin/taler-merchant-httpd -c /etc/taler-merchant.conf
EOF
- systemctl daemon-reload
+ systemctl daemon-reload >/dev/null 2>&1 || true
cp -f "${CONFIG_NEW}" "${CONFIG_FILE}"
echo " done."