From c44907ddf69c38cef350c0192278a8b4fecadf88 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 1 Feb 2020 18:32:55 +0800 Subject: [PATCH] 1 --- boundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boundle.sh b/boundle.sh index 6d93222..9893dbb 100644 --- a/boundle.sh +++ b/boundle.sh @@ -10,4 +10,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 reload.sh restart.sh start_instance.sh config lib public resources static templates +tar --exclude=*.git -chzf target/${package_name} bin reload.sh restart.sh start_instance.sh config lib public static templates