0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

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.
This commit is contained in:
Lars Liedtke 2019-09-06 10:20:42 +02:00 committed by David Goodwin
parent c03a42e327
commit c208d63917

View File

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