Skip to content

Commit a345637

Browse files
committed
Commenting the delete of letsencrypt folder.
1 parent c832c70 commit a345637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eFormAPI/Installation/CustomActions/CustomAction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public static ActionResult InstallCA(Session session)
121121
if (session.CustomActionData["GENERATESSL"]== "1")
122122
RunProcess(Path.Combine(installFolder, "letsencrypt\\letsencrypt.exe"), $"--plugin manual --manualhost {uiName} --webroot {session.CustomActionData["INSTALLFOLDER"].TrimEnd('\\')}");
123123

124-
DeleteDirectory(Path.Combine(installFolder, "letsencrypt"));
124+
//DeleteDirectory(Path.Combine(installFolder, "letsencrypt"));
125125
IncrementProgressBar(session);
126126

127127
return ActionResult.Success;

0 commit comments

Comments
 (0)