mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-23 22:04:39 +02:00
Removed debian and dev from tarball
This commit is contained in:
parent
06501a9afc
commit
f00908d778
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user