fix
This commit is contained in:
parent
cf9bec7a61
commit
4620557e72
|
@ -18,7 +18,7 @@ puts 'copying module'
|
|||
all_template.each do |folder|
|
||||
if folder.split('/')[-1] != 'mobile'
|
||||
begin
|
||||
system ('cp -r '+ app_path + '/modules/ ' + folder+'/modules/.')
|
||||
system ('cp -r '+ app_path + '/modules/. ' + folder+'/modules/.')
|
||||
rescue
|
||||
puts 'error copy'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue