update spark-dwine-launch/run-template_v1.sh.

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
2023-07-25 14:32:53 +00:00
committed by Gitee
parent 2d21b9721a
commit 0c5ae361ea

View File

@@ -22,6 +22,8 @@ Get_Dist_Name()
DISTRO='Deepin' DISTRO='Deepin'
elif grep -Eqi "UnionTech" /etc/issue || grep -Eq "UnionTech" /etc/*-release; then elif grep -Eqi "UnionTech" /etc/issue || grep -Eq "UnionTech" /etc/*-release; then
DISTRO='UniontechOS' DISTRO='UniontechOS'
elif grep -Eqi "uos" /etc/issue || grep -Eq "uos" /etc/*-release; then
DISTRO='UniontechOS'
else else
DISTRO='OtherOS' DISTRO='OtherOS'
fi fi