1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-02-03 13:22:17 +02:00

Merge pull request #1220 from strowi/master

+ fix shebang
This commit is contained in:
Phoenix Eve Aspacio 2018-03-31 20:19:35 +08:00 committed by GitHub
commit 8d55f066a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
[[ -f mailcow.conf ]] && source mailcow.conf
[[ -f ../mailcow.conf ]] && source ../mailcow.conf