mirror of
https://github.com/Lanakod-Networks/snort-docker.git
synced 2025-12-10 00:07:09 +00:00
5 lines
89 B
Bash
5 lines
89 B
Bash
#!/bin/bash
|
|
|
|
set -e -o pipefail
|
|
|
|
[[ $(pgrep --count --full /usr/bin/supervisord) -gt 0 ]] |