Commit f1259206fdc5b6c356df08adaf057ef5a61c0d03
1 parent
87d14008
Removed extra lucene install message.
Committed by: Jarrett Jordaan Reviewed by: Megan Watson
Showing
1 changed file
with
0 additions
and
1 deletions
dmsctl.bat
| ... | ... | @@ -100,7 +100,6 @@ IF EXIST "%INSTALL_PATH%\var\bin\officeinstall.bat" echo The Open Office automat |
| 100 | 100 | IF EXIST "%INSTALL_PATH%\var\bin\schedulerinstall.bat" call "%INSTALL_PATH%\var\bin\schedulerinstall.bat" |
| 101 | 101 | IF EXIST "%INSTALL_PATH%\var\bin\schedulerinstall.bat" echo The Scheduler automatic service was successfully installed. |
| 102 | 102 | IF EXIST "%INSTALL_PATH%\var\bin\luceneinstall.bat" call "%INSTALL_PATH%\var\bin\luceneinstall.bat" |
| 103 | -IF EXIST "%INSTALL_PATH%\var\bin\luceneinstall.bat" echo The Lucene automatic service was successfully installed. | |
| 104 | 103 | goto end |
| 105 | 104 | |
| 106 | 105 | :end | ... | ... |