projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fb77af
)
eg-updater uses --settings-startup-pause 5 (typo)
author
Bill Erickson
<berickxx@gmail.com>
Fri, 18 Mar 2016 18:17:19 +0000
(14:17 -0400)
committer
Bill Erickson
<berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000
(15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/admin-scripts/eg-updater.sh
patch
|
blob
|
history
diff --git
a/KCLS/admin-scripts/eg-updater.sh
b/KCLS/admin-scripts/eg-updater.sh
index
c205ef2
..
09ef294
100755
(executable)
--- a/
KCLS/admin-scripts/eg-updater.sh
+++ b/
KCLS/admin-scripts/eg-updater.sh
@@
-479,7
+479,7
@@
function start_services {
else
PATH=$PATH:/openils/bin \
- /openils/bin/osrf_control --localhost
+ /openils/bin/osrf_control --localhost
\
--settings-startup-pause 5 --start-all > /dev/null
fi