mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-18 03:08:57 +01:00
make ~/.authcode work correctly
fixes #60 the issue was that the check for './.authcode' overwrote the results of any successful check to '~/.authcode'
This commit is contained in:
parent
2f8bb35b68
commit
a8e52c40a2
2
AAXtoMP3
2
AAXtoMP3
@ -58,6 +58,8 @@ for dir in $authcodeDirs; do
|
|||||||
if [ ! -f "$codeFile" -o ! -s "$codeFile" ]; then
|
if [ ! -f "$codeFile" -o ! -s "$codeFile" ]; then
|
||||||
codeFile=""
|
codeFile=""
|
||||||
echo "INFO: Sorry, missing or empty \"$codeFile\" found, skipping.";
|
echo "INFO: Sorry, missing or empty \"$codeFile\" found, skipping.";
|
||||||
|
else
|
||||||
|
break
|
||||||
fi;
|
fi;
|
||||||
done;
|
done;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user