Adjust coding style in "bin" scripts

The main shell script (start-mailserver.sh) uses two spaces for
indentation. All other shell scripts should use this coding
style.
This commit is contained in:
Josef Friedrich 2016-08-24 09:01:32 +02:00
parent f707a11c98
commit 369d818407
3 changed files with 60 additions and 61 deletions

View File

@ -61,4 +61,3 @@ if [ ! -f "/tmp/docker-mailserver/opendkim/TrustedHosts" ]; then
echo "127.0.0.1" > /tmp/docker-mailserver/opendkim/TrustedHosts echo "127.0.0.1" > /tmp/docker-mailserver/opendkim/TrustedHosts
echo "localhost" >> /tmp/docker-mailserver/opendkim/TrustedHosts echo "localhost" >> /tmp/docker-mailserver/opendkim/TrustedHosts
fi fi