Merge pull request #154 from brimstone/fix-typo

Fix typo in apache struct installer
This commit is contained in:
Chandrapal 2017-06-27 10:57:59 +05:30 committed by GitHub
commit 1ecef599ed

View File

@ -1,4 +1,4 @@
rm "%CATALINA_HOME%\conf\tomcat-users.xml"
del "%CATALINA_HOME%\conf\tomcat-users.xml"
copy C:\vagrant\resources\apache_struts\tomcat-users.xml "%CATALINA_HOME%\conf\tomcat-users.xml"
copy C:\vagrant\resources\apache_struts\server.xml "%CATALINA_HOME%\conf"