forked from saurabh/personal-journal
parent
8388c34df4
commit
7a74e7f213
|
@ -10,7 +10,6 @@ all_template.each do |folder|
|
||||||
begin
|
begin
|
||||||
puts 'copying module'
|
puts 'copying module'
|
||||||
system ('cp -r '+ app_path + '/modules/ ' + folder + '/modules/')
|
system ('cp -r '+ app_path + '/modules/ ' + folder + '/modules/')
|
||||||
system ('ls '+ app_path)
|
|
||||||
rescue
|
rescue
|
||||||
puts 'error copy'
|
puts 'error copy'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue