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