mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-30 14:50:02 +02:00
style: minor adjustments (#2786)
Co-authored-by: Casper <casperklein@users.noreply.github.com>
This commit is contained in:
parent
a8b0bc23f8
commit
4ab23061a1
3 changed files with 4 additions and 6 deletions
|
@ -130,7 +130,7 @@ function _install_fail2ban
|
|||
curl -Lkso fail2ban.deb "${FAIL2BAN_DEB_URL}"
|
||||
curl -Lkso fail2ban.deb.asc "${FAIL2BAN_DEB_ASC_URL}"
|
||||
|
||||
FINGERPRINT=$(LANG=C gpg --verify fail2ban.deb.asc fail2ban.deb 2>&1 | sed -n 's#Primary key fingerprint: \(.*\)#\1#p')
|
||||
FINGERPRINT=$(LANG=C gpg --verify fail2ban.deb.asc fail2ban.deb |& sed -n 's#Primary key fingerprint: \(.*\)#\1#p')
|
||||
|
||||
if [[ -z ${FINGERPRINT} ]]
|
||||
then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue