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

This commit is contained in:
2022-06-11 14:32:54 +00:00
committed by Gitee
parent d8671e5863
commit 18845940e1

View File

@@ -20,7 +20,7 @@ Get_Dist_Name()
{
if grep -Eqii "Deepin" /etc/issue || grep -Eq "Deepin" /etc/*-release; then
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'
else
DISTRO='OtherOS'