mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
Prompt user to exit Powershell so window doesn't close automatically
This commit is contained in:
@@ -49,4 +49,6 @@ try {
|
||||
} catch {
|
||||
Write-Error "Error sending heartbeat: $($_.Exception.Response.StatusCode.Value__) $($_.Exception.Message)"
|
||||
exit 1
|
||||
}
|
||||
}
|
||||
|
||||
Read-Host -Prompt "Press Enter to exit..."
|
||||
|
||||
Reference in New Issue
Block a user