diff options
Diffstat (limited to 'sbodl')
| -rwxr-xr-x | sbodl | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -145,7 +145,7 @@ for dl in $DL; do  	if [ -e "$FILE" ]; then  		GOTSUM="$( md5sum "$FILE" | cut -d' ' -f1 )"  		if [ "$1" != "$GOTSUM" ]; then -			echo -e "${RED}WARN: md5sum doesn't match${COLOR_OFF}\\n     expected: $1\\n           got: $GOTSUM" +			echo -e "${RED}WARN: md5sum doesn't match${COLOR_OFF}\\n     expected: $1\\n          got: $GOTSUM"  		else  			echo -e "${GREEN}md5sum matches OK${COLOR_OFF}: $1"  		fi | 
