mirror of https://github.com/n1nj4sec/pupy.git
Hide compile log output
This commit is contained in:
parent
67be013d9d
commit
5736081250
|
@ -48,8 +48,8 @@ cd /opt/pupy
|
|||
|
||||
find -type f -exec md5sum {} ';' >/projects/integrity.txt
|
||||
|
||||
python -O -m compileall -qf
|
||||
python -OO -m compileall -qf
|
||||
python -O -m compileall -qf 1>/dev/null 2>/dev/null
|
||||
python -OO -m compileall -qf 1>/dev/null 2>/dev/null
|
||||
|
||||
echo 'Copy your authorized_keys here!' >/projects/keys/README
|
||||
|
||||
|
|
Loading…
Reference in New Issue