fix: update Stop-ModsSvc in template

pull/589/head
Philipp Rüegsegger 2024-03-18 14:22:12 +01:00
parent 8bf26f912b
commit 093a712e80
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ if ($Proc) {
Stop-ModsProc $Proc Stop-ModsProc $Proc
} }
if ($Svc) { if ($Svc) {
Stop-ModsProc $Svc Stop-ModsSvc $Svc
} }
if ($Wait) { if ($Wait) {
Wait-ModsProc $Wait Wait-ModsProc $Wait