dashes, not hyphens, and there is a restart-all
authorJason Etheridge <jason@esilibrary.com>
Thu, 10 Oct 2013 23:15:31 +0000 (19:15 -0400)
committerJason Etheridge <jason@esilibrary.com>
Thu, 10 Oct 2013 23:15:31 +0000 (19:15 -0400)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
installer/wheezy/eg_wheezy_installer.sh

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