dev
This commit is contained in:
7
stop_domain_stack.ps1
Normal file
7
stop_domain_stack.ps1
Normal file
@@ -0,0 +1,7 @@
|
||||
$ErrorActionPreference = 'Stop'
|
||||
$root = Split-Path -Parent $MyInvocation.MyCommand.Path
|
||||
|
||||
powershell -ExecutionPolicy Bypass -File (Join-Path $root 'stop_domain_web.ps1')
|
||||
powershell -ExecutionPolicy Bypass -File (Join-Path $root 'stop_domain_api.ps1')
|
||||
|
||||
Write-Output 'domainCheck Web/API 栈已停止'
|
||||
Reference in New Issue
Block a user