Commit 18283c7d authored by Joshua Tauberer's avatar Joshua Tauberer

Merge pull request #248 from dhpiggott/bash-fix

Add shebangs to enable running dkim and webmail scripts separately
parents e9aecba4 3ff74c8d
#!/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
......
#!/bin/bash
# Webmail with Roundcube
# ----------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment