SEARCH-208: Fixed typo in output comment

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@132123 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gethin James
2016-11-03 12:04:52 +00:00
parent 44e5b403a1
commit 0c3f391fb0
2 changed files with 4 additions and 4 deletions

View File

@@ -51,8 +51,8 @@ copy /Y "%CERTIFICATE_HOME%\browser.p12" "%ALFRESCO_KEYSTORE_HOME%\browser.p12"
@echo ****************************************
@echo You must copy the following files to the correct location.
@echo %ALFRESCO_KEYSTORE_HOME%\ssl.keystore
@echo %ALFRESCO_KEYSTORE_HOME%\ssl.truststore
@echo %CERTIFICATE_HOME%\ssl.repo.client.keystore
@echo %CERTIFICATE_HOME%\ssl.repo.client.truststore
@echo eg. for Solr 4 the location is SOLR_HOME\workspace-SpacesStore\conf and SOLR_HOME\archive-SpacesStore\conf
@echo Please ensure that you set dir.keystore=%ALFRESCO_KEYSTORE_HOME% in alfresco-global.properties
@echo ****************************************

View File

@@ -73,8 +73,8 @@ echo " "
echo "*******************************************"
echo "You must sure copy the following files to the correct location."
echo " "
echo " $ALFRESCO_KEYSTORE_HOME/ssl.keystore"
echo " $ALFRESCO_KEYSTORE_HOME/ssl.truststore"
echo " $CERTIFICATE_HOME/ssl.repo.client.keystore"
echo " $CERTIFICATE_HOME/ssl.repo.client.truststore"
echo " eg. for Solr 4 the location is SOLR_HOME/workspace-SpacesStore/conf/ and SOLR_HOME/archive-SpacesStore/conf/"
echo " "
echo "$ALFRESCO_KEYSTORE_HOME/browser.p12 has also been generated."