sr-scripts 0.1.14 → 0.1.15

Sign up to get free protection for your applications and to get access to all the features.
data/bin/sr-start-slave CHANGED
@@ -153,5 +153,5 @@ connection.tags.create(:resource_id => current_instance.id, :key => "mysql_disks
153
153
  connection.tags.create(:resource_id => current_instance.id, :key => "master_alias", :value => current_master.tags["master_alias"])
154
154
  connection.tags.create(:resource_id => current_instance.id, :key => "master_status", :value => "slave")
155
155
 
156
- p `mysql -e "SHOW SLAVE STATUS\G"`
156
+ p `mysql -e "SHOW SLAVE STATUS\\G"`
157
157
  puts "SERVER COMPLETED SETUP"
@@ -1,5 +1,5 @@
1
1
  module Sr
2
2
  module Scripts
3
- VERSION = "0.1.14"
3
+ VERSION = "0.1.15"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 14
9
- version: 0.1.14
8
+ - 15
9
+ version: 0.1.15
10
10
  platform: ruby
11
11
  authors:
12
12
  - Davy Campano