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:
parent
f707a11c98
commit
369d818407
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue