From 881a707fafc29b9f96b4a566f63f1548858a99e8 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 2 Mar 2022 14:18:03 +0800 Subject: [PATCH] 1 --- boundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boundle.sh b/boundle.sh index d099059..f6651ec 100755 --- a/boundle.sh +++ b/boundle.sh @@ -4,4 +4,4 @@ tag_name=`git status |grep '# On branch '|sed 's/# On branch //g'` dir_name=`basename $PWD` package_name=${dir_name}.tar.gz -tar --exclude=*.git -chzf target/${package_name} bin config bin web3server reload.sh restart.sh +tar --exclude=*.git -chzf target/${package_name} bin config bin web3service reload.sh restart.sh