projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9aa4a1
)
some fixes
author
Jason Etheridge
<jason@esilibrary.com>
Fri, 11 Oct 2013 14:53:40 +0000
(10:53 -0400)
committer
Jason Etheridge
<jason@esilibrary.com>
Fri, 11 Oct 2013 14:53:40 +0000
(10:53 -0400)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
installer/wheezy/eg_wheezy_installer.sh
patch
|
blob
|
history
diff --git
a/installer/wheezy/eg_wheezy_installer.sh
b/installer/wheezy/eg_wheezy_installer.sh
index
e913e1b
..
7eb145a
100755
(executable)
--- a/
installer/wheezy/eg_wheezy_installer.sh
+++ b/
installer/wheezy/eg_wheezy_installer.sh
@@
-46,6
+46,7
@@
function my_init {
configure_apache
if [ $AUTOSTART ]; then
start_evergreen
+ test_evergreen_live
fi
}
@@
-219,7
+220,7
@@
function evergreen_db_prereqs {
echo End of Installing Evergreen database pre-requisites =~-._
}
-function setting_ldconfig_and_rsyslog_and_hosts_ejabberd {
+function setting_ldconfig_and_rsyslog_and_hosts_
and_
ejabberd {
echo _.-~= setting ld.so.conf and rsyslog and /etc/hosts and ejabberd
cp $BASE_DIR/evergreen.ld.conf /etc/ld.so.conf.d/
ldconfig;