Hide compile log output

This commit is contained in:
Oleksii Shevchuk 2017-03-15 00:00:15 +02:00
parent 67be013d9d
commit 5736081250
1 changed files with 2 additions and 2 deletions

View File

@ -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