Removing all checksum files in lb clean.
This commit is contained in:
parent
33eb0dfd91
commit
bffc19e3a2
|
@ -102,7 +102,9 @@ do
|
|||
rm -f binary*.tar.gz
|
||||
rm -f binary*.zsync*
|
||||
rm -f binary.sh
|
||||
rm -f binary.contents binary.packages md5sum.txt
|
||||
rm -f binary.contents binary.packages
|
||||
rm -f MD5SUMS SHA1SUMS SHA256SUMS
|
||||
rm -f md5sum.txt sha1sum.txt sha256sum.txt
|
||||
|
||||
rm -rf binary
|
||||
rm -rf tftpboot
|
||||
|
|
Loading…
Reference in New Issue