X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=dsfull;h=5cc0fad0a972de334be5db84f5866aba3d5b1a1a;hb=9ac5bbeccb3e969e29b372656bd51352ff31b0b8;hp=06af7f8f68e2ac0cd0f5fb768e83fcaf93dde284;hpb=bcdb96792264d6cda20e6d2fa176728a67c87862;p=automated-distro-installer diff --git a/dsfull b/dsfull index 06af7f8..5cc0fad 100755 --- a/dsfull +++ b/dsfull @@ -13,9 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -set -eE -o pipefail -cleanup() { :; } -trap 'cleanup; echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR +x="$(readlink -f "$BASH_SOURCE")"; source "${x%/*}/bash-trace" reboot=true if [[ $1 == -r ]]; then @@ -26,10 +24,15 @@ fi usage() { cat <