mirror of
https://github.com/owntracks/recorder.git
synced 2026-08-23 11:26:16 +00:00
hack to appease docker builds
This commit is contained in:
+1
-1
@@ -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
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user