kill -SIGHUP $(pidof bao) || echo "OpenBAO process not found"
This commit is contained in:
parent
853ce17354
commit
a11947c5e7
1 changed files with 0 additions and 1 deletions
|
@ -10,5 +10,4 @@ data:
|
|||
while true; do
|
||||
echo -e "HTTP/1.1 200 OK\n\nSIGHUP sent to OpenBAO" | nc -l -p 8080
|
||||
kill -SIGHUP $(pidof bao) || echo "OpenBAO process not found"
|
||||
mkdir /tmp/pupa
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue