mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-25 07:31:11 +00:00
10 lines
274 B
Bash
10 lines
274 B
Bash
#!/bin/bash
|
|
#####################################################################################
|
|
#
|
|
# Script to stop the ACA when running
|
|
#
|
|
#####################################################################################
|
|
|
|
|
|
kill -15 $(pgrep -f HIRS_AttestationCAPortal)
|