fix missing files in let's encrypt script (#115)
This commit is contained in:
Родитель
20f4c32f6d
Коммит
36ce088632
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче