add more stack traces, other minor changes
[automated-distro-installer] / pxe-server
index ec4606012a9703d1f70e2088f051057cbd2e1c44..8b3399ea806f6147cb6608bfdcb5fd8305bf6c0d 100755 (executable)
@@ -22,8 +22,8 @@
 # default distro is the base debian/fedora type. others are fai & arch.
 # for no pxe server, use a no-op like : or true.
 
-set -eE -o pipefail
-trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR
+
+x="$(readlink -f "$BASH_SOURCE")"; source "${x%/*}/bash-trace"
 
 
 usage() {