From 3ec1680d408dc6515c63961b0046a355d6bdaf10 Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 3 Nov 2017 14:12:10 +0100 Subject: [PATCH] Change shebang (script: get_mail_domains.sh). --- get_mail_domains.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_mail_domains.sh b/get_mail_domains.sh index 591cb2a..a0dc08b 100755 --- a/get_mail_domains.sh +++ b/get_mail_domains.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash script_dir="$(dirname $(realpath $0))" conf_dir="${script_dir}/conf"