Removed license if it already exists in Data
This commit is contained in:
@@ -8,7 +8,8 @@ else
|
|||||||
wget https://bootstrap.pypa.io/get-pip.py
|
wget https://bootstrap.pypa.io/get-pip.py
|
||||||
python3.6 get-pip.py
|
python3.6 get-pip.py
|
||||||
pip install pycrypto
|
pip install pycrypto
|
||||||
|
rm -f /var/www/onlyoffice/Data/license.lic
|
||||||
|
|
||||||
cat <<EOF > index.py
|
cat <<EOF > index.py
|
||||||
from Crypto.Hash import SHA, SHA256
|
from Crypto.Hash import SHA, SHA256
|
||||||
from Crypto.Signature import PKCS1_v1_5
|
from Crypto.Signature import PKCS1_v1_5
|
||||||
|
|||||||
Reference in New Issue
Block a user