Renamed AAXtoMP3 to AAXtoMP3Worker

This commit is contained in:
fnuesse 2018-06-14 18:37:42 +02:00
parent 3ed9f72963
commit 66a6fe3a58

2
AAXtoMP3 → AAXtoMP3Worker Executable file → Normal file
View File

@ -7,6 +7,7 @@ extension=mp3
mode=chaptered mode=chaptered
authcode=".authcode"; authcode=".authcode";
auth=""; auth="";
if [ -z ${HOME+x} ] && ! [ -z ${USERPROFILE+x} ]; then HOME="$USERPROFILE"; fi if [ -z ${HOME+x} ] && ! [ -z ${USERPROFILE+x} ]; then HOME="$USERPROFILE"; fi
authcodeDirs="${HOME}/ ./" authcodeDirs="${HOME}/ ./"
GREP=$(grep --version | grep -q GNU && echo "grep" || echo "ggrep") GREP=$(grep --version | grep -q GNU && echo "grep" || echo "ggrep")
@ -210,3 +211,4 @@ for path
do do
create_path "${path}" "${auth_code}" create_path "${path}" "${auth_code}"
done done
exit 0;