70. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 9/15/2018 10:47:18 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

70.1 Files compared

# Location File Last Modified
1 MHV_2018.4.0.0.zip\2018.4.0.0\national portal\mhv_source\mhv_devops\src\main\services mockeyStart.sh Thu Aug 23 21:39:14 2018 UTC
2 MHV_2018.4.0.0.zip\2018.4.0.0\national portal\mhv_source\mhv_devops\src\main\services mockeyStart.sh Fri Sep 14 21:06:18 2018 UTC

70.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 34
Changed 1 2
Inserted 0 0
Removed 0 0

70.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

70.4 Active regular expressions

No regular expressions were active.

70.5 Comparison detail

  1   #!/bin/bas h
  2    
  3   FAILURE=1
  4   SUCCESS=0
  5  
  6   MOCKEY_POR T= PORT
  7    
  8   MOCKEY_HOM E=/u01/app /mock
  9   sudo su -  weblogic - c "nohup j ava -ms256 m -mx512m  -jar ${MOC KEY_HOME}/ Mockey.jar  --headles s true --l ocation ${ MOCKEY_HOM E} --port  ${MOCKEY_P ORT} &"
  10    
  11   if [ $? -n e 0 ]
  12   then
  13       echo " Mockey Fai led during  run"
  14       exit $ {FAILURE}
  15   fi
  16    
  17   echo "Mock ey success fully runn ing on por t: ${MOCKE Y_PORT}"
  18   exit ${SUC CESS}