From 2093a236ce84fe032896ea2af37416caa588fd5a Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Mon, 11 Jul 2016 21:50:00 +0200 Subject: [PATCH] default scriptpath to /usr/bin --- albentohandy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/albentohandy.sh b/albentohandy.sh index 69b14f7..2a54c9b 100755 --- a/albentohandy.sh +++ b/albentohandy.sh @@ -3,7 +3,7 @@ # working directory work="$(pwd)/work.$$" # path to flactomp3v2.sh script -scriptpath="/tmp/scripts" +scriptpath="/usr/bin" # collection directory musicpath="/tmp/musikpath" -- 2.47.3