1
0
mirror da https://github.com/mail-in-a-box/mailinabox.git synced 2026-04-07 22:27:23 +02:00

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
2 ha cambiato i file con 3 aggiunte e 0 eliminazioni

Vedi 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

Vedi File

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