projects
/
contrib
/
pines.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0cef04
)
add autogen.sh run
author
Chris Sharp
<csharp@georgialibraries.org>
Wed, 17 Mar 2021 19:52:54 +0000
(15:52 -0400)
committer
Chris Sharp
<csharp@georgialibraries.org>
Wed, 17 Mar 2021 19:52:54 +0000
(15:52 -0400)
install-eg/update_eg.sh
patch
|
blob
|
history
diff --git
a/install-eg/update_eg.sh
b/install-eg/update_eg.sh
index
de8a411
..
ae2ff0b
100755
(executable)
--- a/
install-eg/update_eg.sh
+++ b/
install-eg/update_eg.sh
@@
-120,6
+120,10
@@
systemctl start opensrf
systemctl restart apache2 nginx websocketd-osrf
}
+RunAutogen () {
+su - opensrf -c "/openils/bin/autogen.sh"
+}
+
InstallMaster () {
StopOpenSRF
if [ ! -z $INSTALL_OSRF ]; then
@@
-131,6
+135,7
@@
UpdateEgGit
InstallEG
InstallDB
StartOpenSRF
+RunAutogen
}
Install () {
@@
-141,6
+146,7
@@
fi
InstallEG
InstallDB
StartOpenSRF
+RunAutogen
}
if [ -z $MASTER ]; then