2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-04-27 10:44:03 +00:00

modify depending on gongjie's comment

This commit is contained in:
hu-weihua
2016-11-10 00:20:36 -05:00
parent b6311fa983
commit a7dcbd93eb

View File

@@ -516,7 +516,7 @@ sub check_disk {
if($mountmun >1){
$msg .= "these directories are parts of file system '$mountpoint'. The free space available in directory '$mountpoint' is $mountpointinfo{$mountpoint}{available} GiB, it is not enough.";
}else{
$msg .= "This directory is a part of file system '$mountpoint'. The free space available in directory '$mountpoint' is $mountpointinfo{$mountpoint}{available} GiB, it is not enough.";
$msg .= "this directory is a part of file system '$mountpoint'. The free space available in directory '$mountpoint' is $mountpointinfo{$mountpoint}{available} GiB, it is not enough.";
}
$rst = 1;
}