From a6e19b22fbe6fa7c3cda3abe2dff6f932ee49caa Mon Sep 17 00:00:00 2001 From: monlor Date: Sun, 26 Apr 2020 09:57:01 +0800 Subject: [PATCH] 2020-04-26 09:57:01 --- tools/gitsync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gitsync.sh b/tools/gitsync.sh index 934224d..564de0f 100755 --- a/tools/gitsync.sh +++ b/tools/gitsync.sh @@ -72,7 +72,7 @@ pack() { version_new=`cat apps/$line/config/$line.uci | grep "version=" | cut -d'=' -f2 | sed -e 's/"//g'` [ "$version_new" != "$version_old" ] && echo "打包$line..." || continue fi - pack_app $line + pack_app $line done gerneral_applist