Removed license if it already exists in Data

This commit is contained in:
Zegorax 2020-03-28 20:23:57 +01:00 committed by GitHub
parent f7793522b3
commit 2b6a22417d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ else
wget https://bootstrap.pypa.io/get-pip.py
python3.6 get-pip.py
pip install pycrypto
rm -f /var/www/onlyoffice/Data/license.lic
cat <<EOF > index.py
from Crypto.Hash import SHA, SHA256
from Crypto.Signature import PKCS1_v1_5