set -x in client.sh

This commit is contained in:
Rob Walker 2018-09-03 19:51:13 -07:00
parent e834c76b40
commit a99dbb2a0c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/bash -ex
here=$(dirname "$0")
# shellcheck source=multinode-demo/common.sh