mirror of
https://github.com/Lanakod-Networks/snort-docker.git
synced 2025-07-04 13:26:38 +03: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 ]] |