提交 c6b9fd18 编写于 作者: U Ulric Qin

pack exclude etc/*.local.yml

上级 c4ad9f1e
......@@ -177,9 +177,11 @@ reload()
pack()
{
mkdir -p tarball
mv *.tar.gz tarball
tar zcvf n9e-${version}.tar.gz control sql etc n9e-* --exclude etc/*.local.yml
clock=$(date +%s)
mkdir $clock
mv etc/*.local.yml $clock
tar zcvf n9e-${version}.tar.gz control sql etc n9e-*
mv $clock/* etc/
}
case "$1" in
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册