Skip to content

Commit

Permalink
Adding a few more statements to show the script is working.
Browse files Browse the repository at this point in the history
  • Loading branch information
terrypacker committed Oct 20, 2015
1 parent 176f9e3 commit 96d90f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Core/scripts/ma-start.bat
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,12 @@ echo Using Java at %EXECJAVA%
:restart
if exist "%MA_HOME%"\m2m2-core-*.zip (
rem We have an upgrade, clean up old libs, extract zip and upgrade
echo Extracting Core Upgrade...
echo Cleaning lib folder...
del /q "%MA_HOME%"\lib\*.jar
echo Cleaning work folder...
del /s /q "%MA_HOME%"\work
pushd ..
echo Extracting Core Upgrade...
"%JAVA_HOME%\bin\jar" xf "%MA_HOME%"\m2m2-core-*.zip
del /q "%MA_HOME%"\m2m2-core-*.zip
popd
Expand Down

0 comments on commit 96d90f1

Please sign in to comment.