From 20bf73daf8058d730ff3449f9888dd9fbd97b21b Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 19 Jul 2016 15:35:28 +0200 Subject: [PATCH] hack to appease docker builds --- etc/debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/debian/postinst b/etc/debian/postinst index 96437fa..1af26b6 100644 --- a/etc/debian/postinst +++ b/etc/debian/postinst @@ -23,7 +23,7 @@ case "$1" in if [ -x /bin/systemctl ]; then install -m644 /usr/share/doc/ot-recorder/ot-recorder.service /etc/systemd/system/ot-recorder.service - systemctl --system daemon-reload + systemctl --system daemon-reload || exit 0 # catch failure in docker setup fi ;;