exclude *.local.yml when pack

This commit is contained in:
Ulric Qin 2020-10-02 11:22:35 +08:00
parent 18ef32a34c
commit 9d118e0ef3
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ pack()
{
mkdir -p tarball
mv *.tar.gz tarball
tar zcvf n9e-${version}.tar.gz control sql etc n9e-*
tar zcvf n9e-${version}.tar.gz control sql etc n9e-* --exclude etc/*.local.yml
}
case "$1" in