Fix md5 counter

This commit is contained in:
Oleksii Shevchuk 2017-03-14 23:39:26 +02:00
parent 8e86253793
commit 67be013d9d
1 changed files with 1 additions and 1 deletions

View File

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