mirror of https://github.com/CISOfy/lynis.git
Include dev
This commit is contained in:
parent
64f486f1ea
commit
de7878d6d6
|
@ -189,7 +189,7 @@
|
||||||
#fi
|
#fi
|
||||||
|
|
||||||
# Create tarball
|
# 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
|
if [ -f ${TARBALL} ]; then
|
||||||
echo "[V] Tarball created"
|
echo "[V] Tarball created"
|
||||||
|
|
Loading…
Reference in New Issue