diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-01-11 23:53:26 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-01-11 23:53:26 +0200 |
commit | 84d989acac107f252964f8a498c738a22d3b96da (patch) | |
tree | 3cc8a4867cb822ebf54e54505ac86d5239567d35 /indra/newview/installers | |
parent | aa69e18b10ae8c50ac6a0ce491fea87e27876cdc (diff) |
SL-11875 Verbose log
Diffstat (limited to 'indra/newview/installers')
-rwxr-xr-x | indra/newview/installers/darwin/apple-notarize.sh | 3 |
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 |