Skip to content

Commit

Permalink
modified mount path
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Klocker authored and Christoph Klocker committed Jul 22, 2009
1 parent 0026b91 commit 7d89303
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/ec2_mysql/command.rb
Expand Up @@ -18,6 +18,8 @@
require 'rubygems'
require 'optparse'
require 'json'
# loading dbi here, Mysql driver load fails if just loaded in db.rb
require 'dbi'
require File.join(File.dirname(__FILE__), "db")
require File.join(File.dirname(__FILE__), "ec2")
require File.join(File.dirname(__FILE__), "log")
Expand All @@ -43,7 +45,7 @@ def initialize(args)
@to_keep = 2
@device = "/dev/sdh"
@kernel_device = "/dev/sdh"
@mount_point = "/mnt/mysql"
@mount_point = "/vol"
@mysql_start = "/etc/init.d/mysql start"
@log_level = :info

Expand Down

0 comments on commit 7d89303

Please sign in to comment.