hack to appease docker builds

This commit is contained in:
Jan-Piet Mens
2016-07-19 15:35:28 +02:00
parent ca57b43a96
commit 20bf73daf8
+1 -1
View File
@@ -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
;;