1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-06-22 21:20:55 +00:00

remove testing /bin/false

This commit is contained in:
Jeff Volkenant 2018-12-04 11:10:37 -08:00
parent 21f8e7897d
commit 3e341b1e27

View File

@ -5,7 +5,6 @@
set -euo pipefail
trap 'rc=$?; echo "$0: Error on line $LINENO running $BASH_COMMAND which had the following exit code $rc" 1>&2' EXIT
trap 'rc=$?; echo "$0: Error on line $LINENO running $BASH_COMMAND which had the following exit code $rc" 1>&2' ERR
/bin/false
function hide_output {
# This function hides the output of a command unless the command fails
# and returns a non-zero exit code.