summaryrefslogtreecommitdiff
path: root/indra/newview/installers
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2022-01-11 23:53:26 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2022-01-11 23:53:26 +0200
commit84d989acac107f252964f8a498c738a22d3b96da (patch)
tree3cc8a4867cb822ebf54e54505ac86d5239567d35 /indra/newview/installers
parentaa69e18b10ae8c50ac6a0ce491fea87e27876cdc (diff)
SL-11875 Verbose log
Diffstat (limited to 'indra/newview/installers')
-rwxr-xr-xindra/newview/installers/darwin/apple-notarize.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/installers/darwin/apple-notarize.sh b/indra/newview/installers/darwin/apple-notarize.sh
index 466898ecda..e019437924 100755
--- a/indra/newview/installers/darwin/apple-notarize.sh
+++ b/indra/newview/installers/darwin/apple-notarize.sh
@@ -16,8 +16,9 @@ if [ -f "$CONFIG_FILE" ]; then
--password $PASSWORD \
--asc-provider $ASC_PROVIDER \
--file "$zip_file" 2>&1)
+ echo $res
+
requestUUID=$(echo $res | awk '/RequestUUID/ { print $NF; }')
-
echo "Apple Notarization RequestUUID: $requestUUID"
if [[ -n $requestUUID ]]; then