File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ DefaultInstanceConfiguration()
323
323
324
324
# OPTIONAL: Allow Leading Wildcard Searches
325
325
# (default: on)
326
- LEADING_WILDCARD=" -a on"
326
+ LEADING_WILDCARD=" --leadingWildCards on"
327
327
if [ -n " ${OPENGROK_WPREFIX} " ]
328
328
then
329
329
LEADING_WILDCARD=" "
@@ -332,7 +332,7 @@ DefaultInstanceConfiguration()
332
332
# OPTIONAL: Web Site Look & Feel
333
333
# (Options: default)
334
334
# Note the quoting requirements)
335
- # SKIN='-L default'
335
+ # SKIN='--style default'
336
336
337
337
# OPTIONAL: Configuration Address (host:port)
338
338
# (conf/web.xml default is localhost:2424)
@@ -998,7 +998,7 @@ DeployWar()
998
998
ClearHistory ()
999
999
{
1000
1000
Progress " Removing history index data for repository ${1} "
1001
- MinimalInvocation -s " ${SRC_ROOT} " -d " ${DATA_ROOT} " -k " ${1} "
1001
+ MinimalInvocation -s " ${SRC_ROOT} " -d " ${DATA_ROOT} " --deleteHistory " ${1} "
1002
1002
}
1003
1003
1004
1004
#
@@ -1042,7 +1042,7 @@ case "${1}" in
1042
1042
bootstrap)
1043
1043
ValidateConfiguration
1044
1044
CreateRuntimeRequirements
1045
- StdInvocation " -y "
1045
+ StdInvocation " --updateConfig "
1046
1046
;;
1047
1047
1048
1048
index)
You can’t perform that action at this time.
0 commit comments