From 49e5280edf1b349811d2793cd4a77860e7ae6376 Mon Sep 17 00:00:00 2001 From: Matthew Scragg Date: Sun, 24 Apr 2016 18:52:09 -0500 Subject: [PATCH] fix: remove elasticsearch start from vagrant install.sh --- install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.sh b/install.sh index 93077e2..75651ed 100755 --- a/install.sh +++ b/install.sh @@ -79,6 +79,4 @@ sudo mv /tmp/realms-wiki /usr/local/bin sudo chmod +x /usr/local/bin/realms-wiki -sudo service elasticsearch start - realms-wiki start \ No newline at end of file