mirror of https://github.com/n1nj4sec/pupy.git
Fix md5 counter
This commit is contained in:
parent
8e86253793
commit
67be013d9d
|
@ -46,7 +46,7 @@ echo "$1" >/home/pupy/.project
|
|||
|
||||
cd /opt/pupy
|
||||
|
||||
find -type f -exec md5sum {} >/projects/integrity.txt
|
||||
find -type f -exec md5sum {} ';' >/projects/integrity.txt
|
||||
|
||||
python -O -m compileall -qf
|
||||
python -OO -m compileall -qf
|
||||
|
|
Loading…
Reference in New Issue