From 5396c2b2ccc992e810b0aa43555d0736f79e9b7b Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 10 Oct 2013 19:15:31 -0400 Subject: [PATCH] dashes, not hyphens, and there is a restart-all Signed-off-by: Jason Etheridge --- installer/wheezy/eg_wheezy_installer.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/installer/wheezy/eg_wheezy_installer.sh b/installer/wheezy/eg_wheezy_installer.sh index 89f468aa9..e913e1b71 100755 --- a/installer/wheezy/eg_wheezy_installer.sh +++ b/installer/wheezy/eg_wheezy_installer.sh @@ -441,8 +441,7 @@ function start_evergreen { OSRF_COMMAND=' export LD_LIBRARY_PATH=/openils/lib:/usr/local/lib:/usr/local/lib/dbd:$LD_LIBRARY_PATH \ && export PATH=/openils/bin:$PATH \ - && OSRF_HOSTNAME="dns_hack" /openils/bin/osrf_control --localhost --stop_all && sleep 3 \ - && OSRF_HOSTNAME="dns_hack" /openils/bin/osrf_control --localhost --start_all && sleep 3 \ + && OSRF_HOSTNAME="dns_hack" /openils/bin/osrf_control --localhost --restart-all && sleep 3 \ && /openils/bin/autogen.sh /openils/conf/opensrf_core.xml \ && echo Finis; ' -- 2.11.0