From 66a6fe3a5887bcb518d52d22e1af37993e4a546c Mon Sep 17 00:00:00 2001 From: fnuesse Date: Thu, 14 Jun 2018 18:37:42 +0200 Subject: [PATCH] Renamed AAXtoMP3 to AAXtoMP3Worker --- AAXtoMP3 => AAXtoMP3Worker | 2 ++ 1 file changed, 2 insertions(+) rename AAXtoMP3 => AAXtoMP3Worker (99%) mode change 100755 => 100644 diff --git a/AAXtoMP3 b/AAXtoMP3Worker old mode 100755 new mode 100644 similarity index 99% rename from AAXtoMP3 rename to AAXtoMP3Worker index fe4156d..41d48e2 --- a/AAXtoMP3 +++ b/AAXtoMP3Worker @@ -7,6 +7,7 @@ extension=mp3 mode=chaptered authcode=".authcode"; auth=""; + if [ -z ${HOME+x} ] && ! [ -z ${USERPROFILE+x} ]; then HOME="$USERPROFILE"; fi authcodeDirs="${HOME}/ ./" GREP=$(grep --version | grep -q GNU && echo "grep" || echo "ggrep") @@ -210,3 +211,4 @@ for path do create_path "${path}" "${auth_code}" done +exit 0; \ No newline at end of file