do not fail during postinst if systemctl is unavailable

This commit is contained in:
Christian Grothoff 2021-01-28 14:30:52 +01:00
parent 88627af6a3
commit f3329ee398
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -220,7 +220,7 @@ EOF
chown ${_EUSERNAME}:${_GROUPNAME} /etc/taler-exchange.conf
chmod 460 /etc/taler-wire.conf
systemctl daemon-reload
systemctl daemon-reload >/dev/null 2>&1 || true
echo "done."