you can merge a properties file called "private.properties" in each machine with the local.properties with :
awk -F= '!a[$1]++' ${HYBRIS_HOME}/config/private.properties ${HYBRIS_HOME}/config/local.properties.prod > ${HYBRIS_HOME}/config/local.propert...