This commit is contained in:
BoHung Chiu 2021-10-13 11:16:31 +08:00
parent 7cb8dc00b1
commit 01cc7848d1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if bundle_update_flag
if !folder.include?('mobile')
moudle_path = "#{folder}modules/ruling_weather/"
if !Dir.exist?(moudle_path) && Dir.exist?(File.dirname(moudle_path))
Bundler.with_clean_env{system ('cp -r '+ app_path + '/modules/ ' + folder)}
Bundler.with_clean_env{system ('cp -r '+ app_path + '/modules/* ' + folder + '/modules/.')}
end
end
end