From 92fa8da2f63d68cb5c0a9c8cba6a6f6f540e6462 Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 13 Jun 2023 17:19:23 +0800 Subject: [PATCH] Update lib.sh --- scripts/lib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lib.sh b/scripts/lib.sh index e9d65c392..5e7a9c831 100755 --- a/scripts/lib.sh +++ b/scripts/lib.sh @@ -8,6 +8,7 @@ function version_ge() { test "$(echo "$@" | tr " " "\n" | sort -rV | head -n 1)" P_VER=`python3 -V | awk '{print $2}'` echo "python:$P_VER" +sleep 3 curPath=`pwd` rootPath=$(dirname "$curPath")