diff --git a/scripts/wrapper-fio b/scripts/wrapper-fio index e54817e..81c4859 100755 --- a/scripts/wrapper-fio +++ b/scripts/wrapper-fio @@ -85,7 +85,7 @@ else | cut -d ':' -f 2 ` # TODO: Debug variable. Comment out for production - #ERROR= + ERROR= if [[ -n $ERROR ]] ; then RAW_ERROR=$ERROR ERROR='' @@ -129,7 +129,7 @@ if [[ -z $ERROR ]] ; then | sed 's/://g' ` # TODO: Debug variable. Comment out for production - #ERROR= + ERROR= if [[ -n $ERROR ]] ; then smartctl -l error /dev/$DISK \ > $OUTPUT_DIR/disk/$SERIAL.smart.error @@ -150,7 +150,7 @@ if [[ -z $ERROR ]] ; then | cut -d ':' -f 2 ` # TODO: Debug variable. Comment out for production - #ERROR= + ERROR= if [[ -n $ERROR ]] ; then RAW_ERROR=$ERROR ERROR=''