Fixed typo and changed indentation of EOF

This commit is contained in:
Zegorax
2020-03-21 23:49:35 +01:00
committed by GitHub
parent e320224a3a
commit ff42175d02

View File

@@ -2,7 +2,9 @@
FILE=OO_PubKey FILE=OO_PubKey
if test -f "$FILE"; then if test -f "$FILE"; then
apt-get update && apt-get install -y python3.6-dev echo Patch has already been applied. Starting DocumentServer...
else
apt-get update && apt-get install -y python3.6-dev
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
@@ -82,7 +84,7 @@ if test -f "$FILE"; then
f.write(replacedData) f.write(replacedData)
f.close() f.close()
EOF EOF
python3.6 index.py python3.6 index.py