From e997114d6e1f27940f4c0fbb7a522078389cd7fa Mon Sep 17 00:00:00 2001 From: David Piggott Date: Mon, 20 Oct 2014 21:20:24 +0100 Subject: [PATCH] Add shebangs to enable running dkim and webmail scripts separately --- setup/dkim.sh | 1 + setup/webmail.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/setup/dkim.sh b/setup/dkim.sh index 8d82f971..5ea1223d 100644 --- a/setup/dkim.sh +++ b/setup/dkim.sh @@ -1,3 +1,4 @@ +#!/bin/bash # OpenDKIM # -------- # diff --git a/setup/webmail.sh b/setup/webmail.sh index 3fc109e0..a50b8aa6 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -1,3 +1,4 @@ +#!/bin/bash # Webmail with Roundcube # ----------------------