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:
parent
21f8e7897d
commit
3e341b1e27
@ -5,7 +5,6 @@
|
|||||||
set -euo pipefail
|
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' EXIT
|
||||||
trap 'rc=$?; echo "$0: Error on line $LINENO running $BASH_COMMAND which had the following exit code $rc" 1>&2' ERR
|
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 {
|
function hide_output {
|
||||||
# This function hides the output of a command unless the command fails
|
# This function hides the output of a command unless the command fails
|
||||||
# and returns a non-zero exit code.
|
# and returns a non-zero exit code.
|
||||||
|
Loading…
Reference in New Issue
Block a user