We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8cb47 commit 5c5d1dcCopy full SHA for 5c5d1dc
cmd/cloudflared/updater/workers_update.go
@@ -30,9 +30,9 @@ const (
30
// start the service
31
// exit with code 0 if we've reached this point indicating success.
32
windowsUpdateCommandTemplate = `sc stop cloudflared >nul 2>&1
33
+del "{{.OldPath}}"
34
rename "{{.TargetPath}}" {{.OldName}}
35
rename "{{.NewPath}}" {{.BinaryName}}
-del "{{.OldPath}}"
36
sc start cloudflared >nul 2>&1
37
exit /b 0`
38
batchFileName = "cfd_update.bat"
0 commit comments