diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-01-14 16:04:10 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-01-14 16:04:31 +0200 |
commit | e7caafba5c4eec21f02a642e37865bc04cd6536e (patch) | |
tree | 0aaaf55aa0244e6bfe7ee02e6c58d394ca9627b1 /indra/newview/installers | |
parent | 2c3fb3d59b32d03c52415158719d4835af91a5f5 (diff) | |
parent | 1ec05e93695a661f6b3b6e374bf60cb991bab954 (diff) |
Merge branch 'master' into DRTVWR-539
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 |