fix missing files in let's encrypt script (#115)

This commit is contained in:
Daniel Hansson 2017-02-04 22:39:00 +01:00 committed by GitHub
parent 20f4c32f6d
commit 36ce088632

View File

@ -84,12 +84,13 @@ if [ -f $SCRIPTS/trusted.sh ]
then
rm $SCRIPTS/trusted.sh
wget -q $STATIC/trusted.sh -P $SCRIPTS
bash $SCRIPTS/trusted.sh
rm $SCRIPTS/update-config.php
else
wget -q $STATIC/trusted.sh -P $SCRIPTS
bash $SCRIPTS/trusted.sh
rm $SCRIPTS/trusted.sh
rm $SCRIPTS/update-config.php
fi
bash $SCRIPTS/trusted.sh
rm $SCRIPTS/trusted.sh
rm $SCRIPTS/update-config.php
exit 0