mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
22.12.2007 383f64abba9798dc3e5a6485b27a4a999b77015c
This fixes a bug when the user provides only one parameter (-R or --restart).
1 files modified
2 ■■■■■ changed files
opends/resource/bin/stop-ds.bat 2 ●●●●● patch | view | raw | blame | history
opends/resource/bin/stop-ds.bat
@@ -51,6 +51,8 @@
goto testParameter2
:testParameter2
if "%2" == "" set NO_ARG_OR_ONLY_RESTART=1
if "%NO_ARG_OR_ONLY_RESTART%" == "1" goto execute
if not "%2" == "-R" goto testParameter2b
goto testParameter3