Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ncorrectly went to the master branch
  • Loading branch information
dmcassel authored and jmeekhof committed Oct 7, 2015
1 parent a0d294c commit 0d82749
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions deploy/lib/server_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d82749

Please sign in to comment.