From c208d63917f0790823c5d1d10dda7760ba8b4e41 Mon Sep 17 00:00:00 2001 From: Lars Liedtke Date: Fri, 6 Sep 2019 10:20:42 +0200 Subject: [PATCH] Update postfixadmin-cli Make this script platform independent to be usable under e.g. FreeBSD, where bash is located in /usr/local/bin/bash and thus the script fails. --- scripts/postfixadmin-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/postfixadmin-cli b/scripts/postfixadmin-cli index 2d3d954d..bece6b5e 100755 --- a/scripts/postfixadmin-cli +++ b/scripts/postfixadmin-cli @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash ################################################################################ # # Bake is a shell script for running CakePHP bake script