Removed debian and dev from tarball

This commit is contained in:
mboelen 2014-09-14 21:28:10 +02:00
parent 06501a9afc
commit f00908d778
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@
#fi
# Create tarball
tar -C ${MYWORKDIR} --exclude=.bzr* --exclude=.git* -c -z -f ${TARBALL} lynis 2> /dev/null
tar -C ${MYWORKDIR} --exclude=debian --exclude=dev --exclude=.bzr* --exclude=.git* -c -z -f ${TARBALL} lynis 2> /dev/null
if [ -f ${TARBALL} ]; then
echo "[V] Tarball created"