1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

B #1232: Remove illegal chars (copy/paste error) (#3090)

Signed-off-by: Jan Orel <jorel@opennebula.systems>
This commit is contained in:
Jan Orel 2019-03-18 12:02:22 +01:00 committed by Ruben S. Montero
parent ea6edab699
commit 25852e4022

View File

@ -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