From 23666cf8997529a0b3014944c5a2651ac8f03497 Mon Sep 17 00:00:00 2001 From: fruchti Date: Mon, 21 Oct 2019 12:20:45 +0200 Subject: [PATCH] Rename lock file --- transcode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transcode.sh b/transcode.sh index c58cef5..f39f186 100644 --- a/transcode.sh +++ b/transcode.sh @@ -1,7 +1,7 @@ #!/bin/sh output_owner=fruchti:data -lockfile=/flags/mp3-transcode-lock +lockfile=/tmp/music-transcode.lock if [ -f "$lockfile" ] ; then echo "Another instance is already running. Exiting."