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

This commit is contained in:
Daniel Hansson 2017-02-04 22:39:00 +01:00 коммит произвёл GitHub
Родитель 20f4c32f6d
Коммит 36ce088632
1 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -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