From 671947e6018cc480aa879fba85fdc799146afebb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 27 Apr 2020 15:00:52 +0200 Subject: [PATCH] Fix disk writer stdout/stderr paths. --- platform/osx/make_dmg.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index e0fc54e29..70957bcf4 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -543,9 +543,9 @@ cat > $pkgroot/Library/LaunchDaemons/com.dcpomatic.disk.writer.plist <Debug StandardOutPath - /Users/carl/damon.out.log + /var/log/dcpomatic_disk_writer_out.log StandardErrorPath - /Users/carl/damon.err.log + /var/log/dcpomatic_disk_writer_err.log EOF -- 2.30.2