Skip to content

Commit a8c423f

Browse files
ddsharperjeberhard
authored andcommitted
ensure that domain directory exists (#1324)
1 parent f6a18c4 commit a8c423f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/wdt/create-domain-script.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ function run_wdt {
166166
fi
167167

168168
echo domain_home_dir = $domain_home_dir
169+
mkdir -p $domain_home_dir
169170

170171
# Output files and directories.
171172

0 commit comments

Comments
 (0)