From 550140e51ff2be8e5dca804fc287602d132bd33a Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Mon, 26 Jun 2017 21:01:04 -0400 Subject: [PATCH] Fix typo in script This is windows, not unix :) --- scripts/installs/setup_apache_struts.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/installs/setup_apache_struts.bat b/scripts/installs/setup_apache_struts.bat index f390544..3fb5c43 100644 --- a/scripts/installs/setup_apache_struts.bat +++ b/scripts/installs/setup_apache_struts.bat @@ -1,8 +1,8 @@ -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" sc config Tomcat8 start= auto net start "Apache Tomcat 8.0 Tomcat8" -copy C:\vagrant\resources\apache_struts\struts2-rest-showcase.war "%CATALINA_HOME%\webapps" \ No newline at end of file +copy C:\vagrant\resources\apache_struts\struts2-rest-showcase.war "%CATALINA_HOME%\webapps"