Merge pull request #248 from dhpiggott/bash-fix

Add shebangs to enable running dkim and webmail scripts separately
This commit is contained in:
Joshua Tauberer 2014-10-20 16:35:57 -04:00
commit 18283c7df0
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/bin/bash
# OpenDKIM
# --------
#
@ -6,6 +7,7 @@
# The DNS configuration for DKIM is done in the management daemon.
source setup/functions.sh # load our functions
source /etc/mailinabox.conf # load global vars
# Install DKIM...
apt_install opendkim opendkim-tools

View File

@ -1,3 +1,4 @@
#!/bin/bash
# Webmail with Roundcube
# ----------------------