mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-04 12:14:19 +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)
|