changeset 2110:20eb2fa6d28d ssltesting tip

minor
author Violet7
date Thu, 18 Dec 2025 18:12:52 -0800
parents 8f5863f0870d
children
files src/luan/host/Https.luan
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/luan/host/Https.luan	Tue Dec 16 18:58:36 2025 -0800
+++ b/src/luan/host/Https.luan	Thu Dec 18 18:12:52 2025 -0800
@@ -107,7 +107,7 @@
 	else
 		-- Success! Move the temp output to the real fullchain.
 		local local_cer_file_str = files.local_cer_file.canonical().to_string()
-		if files.local_cer_file_str.exists() then
+		if files.local_cer_file.exists() then
 			local cmd = "mv "..local_cer_file_str.." "..local_cer_file_str..".old"
 			local s = uri("bash:"..cmd).read_text()
 			logger.info("moving old fullchain to fullchain.cer.old\n"..s)