From 47223e981300aff792d45141a3976e5d593f7c17 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Mon, 4 Jul 2016 09:30:43 +0200 Subject: [PATCH] temp workdir with pid --- albentohandy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/albentohandy.sh b/albentohandy.sh index 49118ab..8f74f7c 100755 --- a/albentohandy.sh +++ b/albentohandy.sh @@ -1,7 +1,7 @@ #!/bin/bash # work is a directory do symlinked original and convert -work="$(pwd)/handy" +work="$(pwd)/work.$$" # scriptpath is the path to flactomp3v2.sh script scriptpath="/media/smbdaten1/scripts" # musicpath is collection directory -- 2.47.3