This commit is contained in:
NitroCao 2023-03-19 14:48:32 +01:00 committed by GitHub
commit 0469ae6e12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ readonly myname
export PATH="$PATH:/bin:/sbin:/usr/bin:/usr/local/bin:/usr/sbin/"
# Check for required program(s)
req_programs 'awk docker grep stat tee tail wc xargs truncate sed'
req_programs 'awk docker grep stat tee tail wc xargs truncate sed pgrep'
# Ensure we can connect to docker daemon
if ! docker ps -q >/dev/null 2>&1; then