From 52a4fc0505ad96cde09c1c7af7697ad7271831f4 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 19 十二月 2019 10:33:05 +0800
Subject: [PATCH] fix
---
updatePatch.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/updatePatch.sh b/updatePatch.sh
index 614272d..221efbc 100755
--- a/updatePatch.sh
+++ b/updatePatch.sh
@@ -36,7 +36,7 @@
else
for item in $files
do
- if [ -x $patchPath/$item ]; then
+ if [ -f $patchPath/$item ]; then
echo "start update proc ${item}"
killP $item
sleep 2
--
Gitblit v1.8.0