From 36ce088632650d468614b2060cd50c0855fae5f7 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Sat, 4 Feb 2017 22:39:00 +0100 Subject: [PATCH] fix missing files in let's encrypt script (#115) --- lets-encrypt/test-new-config.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lets-encrypt/test-new-config.sh b/lets-encrypt/test-new-config.sh index db74b32f..761b785d 100644 --- a/lets-encrypt/test-new-config.sh +++ b/lets-encrypt/test-new-config.sh @@ -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