Fix coding style for postfix.sh

This commit is contained in:
Disassembler 2018-01-23 18:18:35 +01:00
parent 2013f05a1f
commit 68d8e9e492
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -1,6 +1,7 @@
#!/bin/sh #!/bin/sh
SOURCE_DIR=$(realpath $(dirname "${0}"))/postfix SOURCE_DIR=$(realpath $(dirname "${0}"))/postfix
# Build Docker container # Build Docker container
docker build -t postfix ${SOURCE_DIR} docker build -t postfix ${SOURCE_DIR}