Skip to content

Commit 67437c1

Browse files
extract custom files in createDomain (#1006)
1 parent 73e34e0 commit 67437c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/python/wlsdeploy/tool/create/domain_creator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def __create_domain(self):
378378

379379
self.library_helper.install_domain_libraries()
380380
self.library_helper.extract_classpath_libraries()
381-
381+
self.library_helper.extract_custom_files()
382382
self.library_helper.install_domain_scripts()
383383
self.wlsroles_helper.process_roles()
384384

0 commit comments

Comments
 (0)