summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/mac-dev-start8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/mac-dev-start b/scripts/mac-dev-start
index 97d92edaef..78faf962d6 100755
--- a/scripts/mac-dev-start
+++ b/scripts/mac-dev-start
@@ -9,16 +9,16 @@ SRCDIR = File.expand_path(File.join(File.dirname(__FILE__), ".."))
DELAY = 1
BASE_CMD = case ARGV[0]
when "features"
- "cd #{SRCDIR} && sudo rake dev:features:start:"
+ "cd #{SRCDIR} && rake dev:features:start:"
when "dev"
- "cd #{SRCDIR} && sudo rake dev:start:"
+ "cd #{SRCDIR} && rake dev:start:"
else
- "cd #{SRCDIR} && sudo rake dev:start:"
+ "cd #{SRCDIR} && rake dev:start:"
end
SERVICES = ["couchdb","rabbitmq","chef_solr","chef_solr_indexer","chef_server","chef_webui"]
def auth_up
- system("sudo echo")
+ #system("sudo echo")
end
def create_tab