mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-01 18:56:46 +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)
|