tape-admin: typo cleanup

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2018-12-03 14:41:06 +01:00
parent 7042da9928
commit b409a67a19

View File

@@ -586,6 +586,10 @@ ltfs_is_mounted () {
fi
return 0
else
if [ $verbose -ge 2 ]; then
printf "${MAGENTA}findmnt can't find an active mount target ${GREEN}'%s'${NO_COLOR}\n" \
"$ltfs_mountpoint"
fi
return 1
fi
}