some fixes
authorJason Etheridge <jason@esilibrary.com>
Fri, 11 Oct 2013 14:53:40 +0000 (10:53 -0400)
committerJason 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

index e913e1b..7eb145a 100755 (executable)
@@ -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;