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

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
2023-07-26 04:33:22 +00:00
committed by Gitee
parent 0c5ae361ea
commit fddb71eb7d

View File

@@ -22,7 +22,7 @@ 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 elif grep -Eqi "UOS" /etc/issue || grep -Eq "UOS" /etc/*-release; then
DISTRO='UniontechOS' DISTRO='UniontechOS'
else else
DISTRO='OtherOS' DISTRO='OtherOS'