Merge pull request #248 from dhpiggott/bash-fix
Add shebangs to enable running dkim and webmail scripts separately
This commit is contained in:
commit
18283c7df0
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
# Webmail with Roundcube
|
||||
# ----------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue