Rename lock file

This commit is contained in:
fruchti 2019-10-21 12:20:45 +02:00
parent 44ba526405
commit 23666cf899

View file

@ -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."