File tree Expand file tree Collapse file tree 13 files changed +31
-30
lines changed Expand file tree Collapse file tree 13 files changed +31
-30
lines changed Original file line number Diff line number Diff line change 26
26
27
27
WLSDEPLOY_PROGRAM_NAME=" archiveHelper" ; export WLSDEPLOY_PROGRAM_NAME
28
28
29
- scriptPath=$( dirname " $0 " )
29
+ scriptPath=` dirname " $0 " `
30
30
31
31
. " $scriptPath /shared.sh"
32
32
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ usage() {
64
64
65
65
WLSDEPLOY_PROGRAM_NAME=" compareModel" ; export WLSDEPLOY_PROGRAM_NAME
66
66
67
- scriptName=$( basename " $0 " )
68
- scriptPath=$( dirname " $0 " )
67
+ scriptName=` basename " $0 " `
68
+ scriptPath=` dirname " $0 " `
69
69
70
70
. " $scriptPath /shared.sh"
71
71
Original file line number Diff line number Diff line change @@ -144,8 +144,8 @@ usage() {
144
144
145
145
WLSDEPLOY_PROGRAM_NAME=" createDomain" ; export WLSDEPLOY_PROGRAM_NAME
146
146
147
- scriptName=$( basename " $0 " )
148
- scriptPath=$( dirname " $0 " )
147
+ scriptName=` basename " $0 " `
148
+ scriptPath=` dirname " $0 " `
149
149
150
150
. " $scriptPath /shared.sh"
151
151
@@ -154,7 +154,7 @@ umask 27
154
154
checkArgs " $@ "
155
155
156
156
minJdkVersion=7
157
- if [ " $USE_ENCRYPTION " == " true" ]; then
157
+ if [ " $USE_ENCRYPTION " = " true" ]; then
158
158
minJdkVersion=8
159
159
fi
160
160
Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ usage() {
125
125
126
126
WLSDEPLOY_PROGRAM_NAME=" deployApps" ; export WLSDEPLOY_PROGRAM_NAME
127
127
128
- scriptName=$( basename " $0 " )
129
- scriptPath=$( dirname " $0 " )
128
+ scriptName=` basename " $0 " `
129
+ scriptPath=` dirname " $0 " `
130
130
131
131
. " $scriptPath /shared.sh"
132
132
@@ -135,7 +135,7 @@ umask 27
135
135
checkArgs " $@ "
136
136
137
137
minJdkVersion=7
138
- if [ " $USE_ENCRYPTION " == " true" ]; then
138
+ if [ " $USE_ENCRYPTION " = " true" ]; then
139
139
minJdkVersion=8
140
140
fi
141
141
Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ usage() {
112
112
113
113
WLSDEPLOY_PROGRAM_NAME=" discoverDomain" ; export WLSDEPLOY_PROGRAM_NAME
114
114
115
- scriptName=$( basename " $0 " )
116
- scriptPath=$( dirname " $0 " )
115
+ scriptName=` basename " $0 " `
116
+ scriptPath=` dirname " $0 " `
117
117
118
118
. " $scriptPath /shared.sh"
119
119
@@ -122,7 +122,7 @@ umask 27
122
122
checkArgs " $@ "
123
123
124
124
minJdkVersion=7
125
- if [ " $USE_ENCRYPTION " == " true" ]; then
125
+ if [ " $USE_ENCRYPTION " = " true" ]; then
126
126
minJdkVersion=8
127
127
fi
128
128
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ usage() {
74
74
75
75
WLSDEPLOY_PROGRAM_NAME=" encryptModel" ; export WLSDEPLOY_PROGRAM_NAME
76
76
77
- scriptName=$( basename " $0 " )
78
- scriptPath=$( dirname " $0 " )
77
+ scriptName=` basename " $0 " `
78
+ scriptPath=` dirname " $0 " `
79
79
80
80
. " $scriptPath /shared.sh"
81
81
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ usage() {
70
70
71
71
WLSDEPLOY_PROGRAM_NAME=" extractDomainResource" ; export WLSDEPLOY_PROGRAM_NAME
72
72
73
- scriptName=$( basename " $0 " )
74
- scriptPath=$( dirname " $0 " )
73
+ scriptName=` basename " $0 " `
74
+ scriptPath=` dirname " $0 " `
75
75
76
76
. " $scriptPath /shared.sh"
77
77
@@ -80,7 +80,7 @@ umask 27
80
80
checkJythonArgs " $@ "
81
81
82
82
minJdkVersion=7
83
- if [ " $USE_ENCRYPTION " == " true" ]; then
83
+ if [ " $USE_ENCRYPTION " = " true" ]; then
84
84
minJdkVersion=8
85
85
fi
86
86
Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ usage() {
73
73
74
74
WLSDEPLOY_PROGRAM_NAME=" injectVariables" ; export WLSDEPLOY_PROGRAM_NAME
75
75
76
- scriptName=$( basename " $0 " )
77
- scriptPath=$( dirname " $0 " )
76
+ scriptName=` basename " $0 " `
77
+ scriptPath=` dirname " $0 " `
78
78
79
79
. " $scriptPath /shared.sh"
80
80
Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ usage() {
75
75
76
76
WLSDEPLOY_PROGRAM_NAME=" modelHelp" ; export WLSDEPLOY_PROGRAM_NAME
77
77
78
- scriptName=$( basename " $0 " )
79
- scriptPath=$( dirname " $0 " )
78
+ scriptName=` basename " $0 " `
79
+ scriptPath=` dirname " $0 " `
80
80
81
81
. " $scriptPath /shared.sh"
82
82
Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ usage() {
68
68
69
69
WLSDEPLOY_PROGRAM_NAME=" prepareModel" ; export WLSDEPLOY_PROGRAM_NAME
70
70
71
- scriptName=$( basename " $0 " )
72
- scriptPath=$( dirname " $0 " )
71
+ scriptName=` basename " $0 " `
72
+ scriptPath=` dirname " $0 " `
73
73
74
74
. " $scriptPath /shared.sh"
75
75
You can’t perform that action at this time.
0 commit comments