Skip to content

Commit 06f216c

Browse files
committed
Removed the commented code
1 parent 459746d commit 06f216c

File tree

1 file changed

+0
-1
lines changed
  • kubernetes/samples/scripts/create-fmw-infrastructure-domain/domain-home-on-pv

1 file changed

+0
-1
lines changed

kubernetes/samples/scripts/create-fmw-infrastructure-domain/domain-home-on-pv/create-domain.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ function createDomainConfigmap {
172172
echo domainName: $domainName >> ${externalFilesTmpDir}/create-domain-inputs.yaml
173173

174174
if [ -f ${externalFilesTmpDir}/prepare.sh ]; then
175-
#domain_type=`egrep 'fmwDomainType:' ${domainOutputDir}/create-domain-inputs.yaml | awk '{print $2}'`
176175
sh ${externalFilesTmpDir}/prepare.sh -i ${externalFilesTmpDir} -t ${fmwDomainType}
177176
fi
178177

0 commit comments

Comments
 (0)