We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17f138 commit 61b3c81Copy full SHA for 61b3c81
kubernetes/create-weblogic-domain.sh
@@ -15,7 +15,7 @@
15
#
16
17
script="${BASH_SOURCE[0]}"
18
-scriptDir="$( cd "$( dirname "${script}" )" && pwd )"
+scriptDir="$( cd "$(dirname "${script}")" > /dev/null 2>&1 ; pwd -P)"
19
internalDir="${scriptDir}/internal"
20
21
# This is the script that the customers use to create a domain.
kubernetes/create-weblogic-operator.sh
@@ -3,7 +3,7 @@
3
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
4
5
6
7
8
9
# This is the script that the customers use to create an operator.
0 commit comments