axtro-rubber 1.5.7 → 1.5.7.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.7
1
+ 1.5.7.1
@@ -113,7 +113,7 @@ namespace :rubber do
113
113
  cat /etc/fstab.bak | grep -v '#{vol_spec['mount']}' > /etc/fstab
114
114
  echo '#{vol_spec['device']} #{vol_spec['mount']} #{vol_spec['filesystem']} noatime 0 0 # rubber volume #{vol_id}' >> /etc/fstab
115
115
 
116
- #{('yes | mkfs -t ' + vol_spec['filesystem'] + ' ' + vol_spec['device']) if created}
116
+ #{('yes | mkfs -t ' + vol_spec['filesystem'] + ' ' + vol_spec['device']) if created and !vol_spec['base']}
117
117
  mkdir -p '#{vol_spec['mount']}'
118
118
  mount '#{vol_spec['mount']}'
119
119
  fi
metadata CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 1
7
7
  - 5
8
8
  - 7
9
- version: 1.5.7
9
+ - 1
10
+ version: 1.5.7.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Matt Conway