From 0cf0f848c7e52379847f0a90cdb9a370b0a89ec9 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Mon, 7 Oct 2013 11:54:16 -0400 Subject: [PATCH] osrf_control does not have restart_all Signed-off-by: Jason Etheridge --- installer/wheezy/eg_wheezy_installer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer/wheezy/eg_wheezy_installer.sh b/installer/wheezy/eg_wheezy_installer.sh index 8b059f91b..63d62bba2 100755 --- a/installer/wheezy/eg_wheezy_installer.sh +++ b/installer/wheezy/eg_wheezy_installer.sh @@ -303,7 +303,8 @@ fi OSRF_COMMAND=' export LD_LIBRARY_PATH=/openils/lib:/usr/local/lib:/usr/local/lib/dbd:$LD_LIBRARY_PATH \ && export PATH=/openils/bin:$PATH \ -&& /openils/bin/osrf_control --localhost --restart_all && sleep 3 \ +&& 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 \ && /openils/bin/autogen.sh /openils/conf/opensrf_core.xml \ && echo Finis; ' -- 2.11.0