mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
fix missing files in let's encrypt script (#115)
This commit is contained in:
parent
20f4c32f6d
commit
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user