From e72f33b20199643a79076793fa42cd82a45b25ce Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 15 Jun 2024 23:21:59 +0800 Subject: [PATCH] Update lib.sh --- scripts/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib.sh b/scripts/lib.sh index a1cb36332..2f0dbcc0a 100755 --- a/scripts/lib.sh +++ b/scripts/lib.sh @@ -24,7 +24,7 @@ rm -rf ${libPath}/lib.pl bash ${rootPath}/scripts/getos.sh OSNAME=`cat ${rootPath}/data/osname.pl` VERSION_ID=`cat /etc/*-release | grep VERSION_ID | awk -F = '{print $2}' | awk -F "\"" '{print $2}'` -echo "${OSNAME}:${VERSION_ID}" +echo "system:${OSNAME}:${VERSION_ID}" # system judge if [ "$OSNAME" == "macos" ]; then