You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-07 23:03:10 +02:00
acme_extract -> acme_extract.py + F_BIN to avoid .py
This commit is contained in:
@ -99,7 +99,7 @@ function _shellcheck
|
||||
-not -path './target/docker-configomat/*'
|
||||
)"
|
||||
# shellcheck disable=SC2248
|
||||
F_BIN="$(grep -l /bin/bash target/bin/*)"
|
||||
F_BIN="$(find 'target/bin' -type f -not -name '*.py')"
|
||||
F_BATS="$(find 'test' -maxdepth 1 -type f -iname '*.bats')"
|
||||
|
||||
# This command is a bit easier to grok as multi-line.
|
||||
|
Reference in New Issue
Block a user