From 495d7dd6b6da7946db01a4c8b2ade39adf7c54c2 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Tue, 31 Mar 2020 02:01:48 +0200 Subject: [PATCH] Update windows-installer/tasks-up.ps1 Co-Authored-By: Brad Warren --- windows-installer/tasks-up.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-installer/tasks-up.ps1 b/windows-installer/tasks-up.ps1 index 1cd1e2430..9b507d6ab 100644 --- a/windows-installer/tasks-up.ps1 +++ b/windows-installer/tasks-up.ps1 @@ -10,7 +10,7 @@ $down = Join-Path (Get-ScriptDirectory) 'tasks-down.ps1' & $down $taskName = "Certbot Renew and Auto-Update Task" -$taskDescription = "Execute twice a day the 'certbot renew' command, to renew managed certificates if needed, and upgrade Certbot is a new version is available." +$taskDescription = "Execute twice a day the 'certbot renew' command, to renew managed certificates if needed, and upgrade Certbot if a new version is available." $actionRenew = New-ScheduledTaskAction -Execute 'Powershell.exe' -Argument "-NoProfile -WindowStyle Hidden -Command ""& '$InstallDir\bin\certbot.exe' renew""" $actionUpgrade = New-ScheduledTaskAction -Execute 'Powershell.exe' -Argument "-NoProfile -WindowStyle Hidden -File ""$InstallDir\auto-update.ps1"""