Remove unusual space from shebang line (#2834)

This commit is contained in:
Casper 2022-10-17 10:40:09 +02:00 committed by GitHub
parent 284c44faa9
commit a930aeb18a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
64 changed files with 67 additions and 67 deletions

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# Support for Postfix accounts managed via Dovecot

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# Support for Postfix aliases
# NOTE: LDAP doesn't appear to use this, but the docs page: "Use Cases | Forward-Only Mail-Server with LDAP"

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# This helper supports the changedetector service. Used by:
# - check-for-changes.sh

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# Matches relative path to this scripts parent directory,
# Must be defined above any function that would source relative to it:

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# Manage DB writes for: DATABASE_QUOTA

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# Manage DB writes for:
# - DATABASE_ACCOUNTS

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# Manage DB writes for: DATABASE_VIRTUAL

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# Outputs the DNS label count (delimited by `.`) for the given input string.
# Useful for determining an FQDN like `mail.example.com` (3), vs `example.com` (2).

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
function _exit_with_error
{

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source-path=target/scripts/helpers
# This file serves as a single import for all helpers

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# This becomes the sourcing script name
# (example: check-for-changes.sh)

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck disable=SC2291 # Quote repeated spaces to avoid them collapsing into one.
# shellcheck disable=SC2034 # VAR appears unused.

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
function _mask_ip_digit
{

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# Support for Postfix features
# Docs - virtual_mailbox_domains (Used in /etc/postfix/main.cf):

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# Support for Relay Hosts
# Description:

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
function _setup_ssl
{

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
function _escape
{

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck disable=SC2034
declare -A VARS