From fddb71eb7d864ddc993b17c06d716563fb4d62a2 Mon Sep 17 00:00:00 2001 From: shenmo Date: Wed, 26 Jul 2023 04:33:22 +0000 Subject: [PATCH] update spark-dwine-launch/run-template_v1.sh. Signed-off-by: shenmo --- spark-dwine-launch/run-template_v1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spark-dwine-launch/run-template_v1.sh b/spark-dwine-launch/run-template_v1.sh index a6c07c2..47ed186 100755 --- a/spark-dwine-launch/run-template_v1.sh +++ b/spark-dwine-launch/run-template_v1.sh @@ -22,7 +22,7 @@ Get_Dist_Name() DISTRO='Deepin' elif grep -Eqi "UnionTech" /etc/issue || grep -Eq "UnionTech" /etc/*-release; then 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' else DISTRO='OtherOS'