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

jvergara
22.12.2007 33b291ea1a11c9f989e9c62145c8bc1d5d9aa5a5
This fixes a bug when the user provides only one parameter (-R or --restart).
1 files modified
2 ■■■■■ changed files
opendj-sdk/opends/resource/bin/stop-ds.bat 2 ●●●●● patch | view | raw | blame | history
opendj-sdk/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