update acme_tiny script
This commit is contained in:
parent
ec33027e5f
commit
f2d3880dd9
@ -44,12 +44,13 @@ fi
|
||||
|
||||
if [ ! -f "$acme_tiny" ]; then
|
||||
echo "Python script acme_tiny.py is missing. Downloading... "
|
||||
wget -qo $acme_tiny https://raw.githubusercontent.com/diafygi/acme-tiny/4.0.3/acme_tiny.py
|
||||
wget -qo $acme_tiny https://raw.githubusercontent.com/diafygi/acme-tiny/4.0.4/acme_tiny.py
|
||||
if [ $? != 0 ]; then
|
||||
echo "Could not download acme_tiny.py script."
|
||||
rm -rf $acme_tiny
|
||||
exit 1
|
||||
fi
|
||||
echo "Finished"
|
||||
fi
|
||||
|
||||
acme_dir=${acme_dir%/}
|
||||
|
Loading…
x
Reference in New Issue
Block a user