Fix issue #94
This commit is contained in:
parent
a69eeaad85
commit
19951b7180
1 changed files with 1 additions and 1 deletions
|
|
@ -471,7 +471,7 @@ get_remote_file_size()
|
|||
;;
|
||||
esac
|
||||
|
||||
if $FRIENDLY_TYPE_NAME ; then
|
||||
if [[ $FRIENDLY_TYPE_NAME ]] ; then
|
||||
echo -e ""$SIZE"\t"$FRIENDLY_TYPE_NAME" type backend" >> ${LOGFILE}
|
||||
else
|
||||
echo "Destination disk use information is currently only available for the following storage backends:" >> ${LOGFILE}
|
||||
|
|
|
|||
Loading…
Reference in a new issue