9.5 Update LOG_HOME and FTPSHARE

Update the LOG_HOME and FTPSHARE values in config.sh file present in the following path:

OFS_MMG/bin with configured corresponding values of the cloned environment.

Replace the ##LOG_HOME## and ##FTPSHARE## placeholders and update the LOG_HOME and FTPSHARE values in the MMG Config Schema using the following command:

update NEXTGENEMF_CONFIG set V_VALUE = '##LOG_HOME##' where V_NAME = 'LOG_HOME'

/

update NEXTGENEMF_CONFIG set V_VALUE = '##FTPSHARE##' where V_NAME = 'FTPSHARE'

/