diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-01-13 00:18:03 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-01-13 00:18:03 +0200 |
commit | ee0d2648e8b708d48389f7100ed0003bc2da81a2 (patch) | |
tree | f0b99b4cc5bb4b3d2b563476c52725648590eb78 /indra/newview/installers/darwin/apple-notarize.sh | |
parent | 970b6661cddc6bad32f874d3f7676f5e5d5c5ec3 (diff) | |
parent | 1ec05e93695a661f6b3b6e374bf60cb991bab954 (diff) |
Merge branch 'master' into DRTVWR-543-maint
Diffstat (limited to 'indra/newview/installers/darwin/apple-notarize.sh')
-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 |