HIRS/package/linux/aca/aca_stop.sh

10 lines
274 B
Bash
Raw Normal View History

2024-03-18 16:32:30 +00:00
#!/bin/bash
#####################################################################################
#
# Script to stop the ACA when running
#
#####################################################################################
kill -15 $(pgrep -f HIRS_AttestationCAPortal)