HIRS/package/linux/aca/aca_stop.sh

10 lines
274 B
Bash
Raw Normal View History

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