From: Bastian Dehn Date: Mon, 11 Jul 2016 19:50:00 +0000 (+0200) Subject: default scriptpath to /usr/bin X-Git-Tag: v1.0.0^2~135 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=2093a236ce84fe032896ea2af37416caa588fd5a;p=albentohandy.git default scriptpath to /usr/bin --- 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"