1
1
Fork 0
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-04-20 08:03:54 +02:00

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
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
64 changed files with 67 additions and 67 deletions

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# This user patches script runs right before starting the daemons.
# That means, all the other configuration is in place, so the script

View File

@ -21,7 +21,7 @@ If you are managing your directory structure yourself, create a `docker-data/dms
The contents could look like this:
``` sh
#! /bin/bash
#!/bin/bash
cat >/etc/amavis/conf.d/50-user << "END"
use strict;

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# version v1.0.0
# executed manually / via Make

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source=../scripts/helpers/index.sh
source /usr/local/bin/helpers/index.sh

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source=../scripts/helpers/index.sh
source /usr/local/bin/helpers/index.sh

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source=../scripts/helpers/index.sh
source /usr/local/bin/helpers/index.sh

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source=../scripts/helpers/index.sh
source /usr/local/bin/helpers/index.sh

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source=../scripts/helpers/index.sh
source /usr/local/bin/helpers/index.sh

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source=../scripts/helpers/log.sh
source /usr/local/bin/helpers/log.sh

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source=../scripts/helpers/index.sh
source /usr/local/bin/helpers/index.sh

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source=../scripts/helpers/index.sh
source /usr/local/bin/helpers/index.sh

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source=../scripts/helpers/index.sh
source /usr/local/bin/helpers/index.sh

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source=../scripts/helpers/index.sh
source /usr/local/bin/helpers/index.sh

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source=../scripts/helpers/index.sh
source /usr/local/bin/helpers/index.sh

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source=../scripts/helpers/index.sh
source /usr/local/bin/helpers/index.sh

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source=../scripts/helpers/index.sh
source /usr/local/bin/helpers/index.sh

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source=../scripts/helpers/index.sh
source /usr/local/bin/helpers/index.sh

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source=../scripts/helpers/index.sh
source /usr/local/bin/helpers/index.sh

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source=../scripts/helpers/index.sh
source /usr/local/bin/helpers/index.sh

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source=../scripts/helpers/index.sh
source /usr/local/bin/helpers/index.sh

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source=../scripts/helpers/index.sh
source /usr/local/bin/helpers/index.sh

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# Report a quota usage warning to an user

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source=../scripts/helpers/index.sh
source /usr/local/bin/helpers/index.sh

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source=../scripts/helpers/index.sh
source /usr/local/bin/helpers/index.sh

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source=../scripts/helpers/index.sh
source /usr/local/bin/helpers/index.sh

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
SCRIPT='setup'

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source=../scripts/helpers/index.sh
source /usr/local/bin/helpers/index.sh

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source=../scripts/helpers/index.sh
source /usr/local/bin/helpers/index.sh

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
set -e

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# -eE :: exit on error (do this in functions as well)
# -u :: show (and exit) when using unset variables

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# TODO: Adapt for compatibility with LDAP
# Only the cert renewal change detection may be relevant for LDAP?

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

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# ------------------------------------------------------------
# ? >> Sourcing helpers & stacks

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
function _setup
{
@ -868,7 +868,7 @@ function _setup_security_stack
sa-update --import /etc/spamassassin/kam/kam.sa-channels.mcgrail.com.key
cat >"${SPAMASSASSIN_KAM_CRON_FILE}" <<"EOM"
#! /bin/bash
#!/bin/bash
RESULT=$(sa-update --gpgkey 24C063D8 --channel kam.sa-channels.mcgrail.com 2>&1)
EXIT_CODE=${?}
@ -982,7 +982,7 @@ function _setup_mail_summary
_log 'trace' 'Creating daily cron job for pflogsumm report'
cat >/etc/cron.daily/postfix-summary << EOM
#! /bin/bash
#!/bin/bash
/usr/local/bin/report-pflogsumm-yesterday ${HOSTNAME} ${PFLOGSUMM_RECIPIENT} ${PFLOGSUMM_SENDER}
EOM
@ -1030,7 +1030,7 @@ function _setup_logwatch
fi
cat >"${LOGWATCH_FILE}" << EOM
#! /bin/bash
#!/bin/bash
/usr/sbin/logwatch ${INTERVAL} --hostname ${HOSTNAME} --mailto ${LOGWATCH_RECIPIENT}
EOM

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source=./helpers/log.sh
source /usr/local/bin/helpers/log.sh

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# You cannot start fail2ban in some foreground mode and
# it's more or less important that docker doesn't kill

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# You cannot start postfix in some foreground mode and
# it's more or less important that docker doesn't kill

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# shellcheck source=../helpers/index.sh
source /usr/local/bin/helpers/index.sh

View File

@ -1,2 +1,2 @@
#! /bin/bash
#!/bin/bash
cat - > /tmp/pipe-test.out

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
##
# This user script will be executed between configuration and starting daemons
# To enable it you must save it in your config directory as "user-patches.sh"

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
# version v0.3.0
# executed by Make (during CI or manually)

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
load 'test_helper/bats-support/load'
load 'test_helper/bats-assert/load'

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/bash
load 'test_helper/common'