From 25852e402208bb32f106fb208b700699d1fcac20 Mon Sep 17 00:00:00 2001 From: Jan Orel Date: Mon, 18 Mar 2019 12:02:22 +0100 Subject: [PATCH] B #1232: Remove illegal chars (copy/paste error) (#3090) Signed-off-by: Jan Orel --- src/datastore_mad/remotes/ceph/ceph_utils.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/datastore_mad/remotes/ceph/ceph_utils.sh b/src/datastore_mad/remotes/ceph/ceph_utils.sh index ab0cd3783f..72fbb2e441 100644 --- a/src/datastore_mad/remotes/ceph/ceph_utils.sh +++ b/src/datastore_mad/remotes/ceph/ceph_utils.sh @@ -205,8 +205,8 @@ rbd_df_monitor() { if [ $quota_bytes -ne 0 ]; then if [ $quota_bytes -lt $free ]; then export free=$quota_bytes - fi - fi + fi + fi cat << EOF | tr -d '[:blank:][:space:]' USED_MB=$(($bytes_used / 1024**2))\n