3 Star 0 Fork 6

问书/migration-rear

forked from src-anolis-os/rear 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
rear-bz2061521.patch 579 Bytes
一键复制 编辑 原始数据 按行查看 历史
layne yang 提交于 2022-05-20 20:07 . update to rear-2.4-16.el7_9
diff --git a/usr/share/rear/lib/layout-functions.sh b/usr/share/rear/lib/layout-functions.sh
index 69f80ed7..4c0df9bd 100644
--- a/usr/share/rear/lib/layout-functions.sh
+++ b/usr/share/rear/lib/layout-functions.sh
@@ -335,11 +335,9 @@ find_disk() {
}
find_disk_and_multipath() {
- res=$(find_disk "$1" ${2+"$2"})
- if [[ -n "$res" || "$AUTOEXCLUDE_MULTIPATH" =~ ^[yY1] ]]; then
- echo $res
- else
- find_multipath "$1" ${2+"$2"}
+ find_disk "$1" ${2+"$2"}
+ if ! is_true "$AUTOEXCLUDE_MULTIPATH" ; then
+ find_multipath "$1"
fi
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Weisson/migration-rear.git
[email protected]:Weisson/migration-rear.git
Weisson
migration-rear
migration-rear
a7

搜索帮助