fix checkstyle SC2086

This commit is contained in:
sparklyballs 2015-10-16 12:40:21 +01:00
parent 7888b512d3
commit 9a4c75bbf7

View file

@ -8,7 +8,7 @@
# $1 - Fullpath of directory to be processed. eg./mnt/user/downloads/some.artist_some.album
# $7 - Status of post processing. 0 = OK, 1 = failed verification, 2 = failed unpack, 3 = 1+2
if [ ! -z $7 ] && [ $7 -gt 0 ]; then
if [ ! -z "$7" ] && [ "$7" -gt 0 ]; then
echo "post-processing failed, bypassing script"
exit 1
fi