Merge pull request #1220 from strowi/master

+ fix shebang
master
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
1 changed files with 1 additions and 1 deletions

View File

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