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.
postfixadmin_3.2
Lars Liedtke 5 years ago committed by David Goodwin
parent c03a42e327
commit c208d63917

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
################################################################################
#
# Bake is a shell script for running CakePHP bake script

Loading…
Cancel
Save