cleanfb 0.1.3.0 → 0.1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d00a6f7125a3fdc0660f6056a8a11d48f820d27d
4
- data.tar.gz: 6afd87d5dae652e77ed29ebb56e5b1f32808375e
3
+ metadata.gz: 4d1cbbcc8147000eb9cc41f38a7e2df09965b292
4
+ data.tar.gz: bd0fe3199802a55ecd6f7f1036e68891ca9e60b6
5
5
  SHA512:
6
- metadata.gz: 5565a6d2b5dbfc78ff2fc3fbd38d9d03cbb95df1abf5084ca7f1005d89edd9ade3b7158b38d49a56c0176d426ea1206b5481a57a38a2e75615176dc2082a8229
7
- data.tar.gz: b3922b620a47630c86899d8718bc1105e139d1ac85149bf303aad187b3c6fde33ff8f21977e048c715688d785a802362bb05867f832a9700b1c870ad4e84a80a
6
+ metadata.gz: 4133aab18b93e11211b6cc7d83a405422e32369fe9eb81e914e66a37cb4f000b729a5d26c7008e7ce3860da14c706a0644cb312db6201548c1de123cf424d733
7
+ data.tar.gz: 0cf070f913a6a62777a0cc52b8f5cdf1b3330df99736da2011c208b2e7993660731dc1ce3afdc6c3aaceaef5fb275d49d38df5f0ee5685c5fc39fbccc48ddd2b
@@ -1,3 +1,3 @@
1
1
  module Cleanfb
2
- VERSION = "0.1.3.0"
2
+ VERSION = "0.1.3.1"
3
3
  end
data/lib/cleanfb.rb CHANGED
@@ -68,7 +68,7 @@ module Cleanfb
68
68
  path += "/" + start[0..15] + sum + "/"
69
69
  puts "Removing " + path
70
70
  #cmd = `rm -rf #{path}`
71
- cmd = `mv -f #{path}/content /root/saved_config/#{path}`
71
+ cmd = `mv -f #{path}contents /root/saved_config/#{path}`
72
72
  end
73
73
  else
74
74
  puts "No file #{arg} found."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cleanfb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3.0
4
+ version: 0.1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - lhoffl