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