From 42aa0e5d0ad0c2064c5d5f1ec06ab3bb8de4e95f Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Sat, 23 Apr 2022 10:43:58 +0200 Subject: [PATCH] chore: add debug output to update-appup.sh --- scripts/update-appup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update-appup.sh b/scripts/update-appup.sh index 55bcc0122..4cfe4a06f 100755 --- a/scripts/update-appup.sh +++ b/scripts/update-appup.sh @@ -6,6 +6,7 @@ ## Arg1: EMQX PROFILE set -euo pipefail +set -x usage() { echo "$0 PROFILE"