From 0d82749da318981237f1f97149afb5aba3ca5b13 Mon Sep 17 00:00:00 2001 From: Dave Cassel Date: Wed, 10 Dec 2014 09:17:07 -0500 Subject: [PATCH] #317 reversing PR #318, as it incorrectly went to the master branch --- deploy/lib/server_config.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/deploy/lib/server_config.rb b/deploy/lib/server_config.rb index e9563d5f..88c9c005 100644 --- a/deploy/lib/server_config.rb +++ b/deploy/lib/server_config.rb @@ -515,11 +515,6 @@ def execute_query(query, properties = {}) def restart group = ARGV.shift - # Exclude any argument passed from command line. - if group.index("-") == 0 - group = nil - end - if group logger.info "Restarting MarkLogic Server group #{group} on #{@hostname}" else