Include dev

This commit is contained in:
mboelen 2014-09-14 21:50:13 +02:00
parent 64f486f1ea
commit de7878d6d6
1 changed files with 1 additions and 1 deletions

View File

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