chore: add debug output to update-appup.sh
This commit is contained in:
parent
be24868b36
commit
42aa0e5d0a
|
@ -6,6 +6,7 @@
|
||||||
## Arg1: EMQX PROFILE
|
## Arg1: EMQX PROFILE
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
set -x
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
echo "$0 PROFILE"
|
echo "$0 PROFILE"
|
||||||
|
|
Loading…
Reference in New Issue