fix: update Stop-ModsSvc in template
parent
8bf26f912b
commit
093a712e80
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue