Skip to content

Commit 9215352

Browse files
committed
- Fixed path to internal/utility.sh.
- Updated to remove more references to special domain value "all" (no longer supported).
1 parent 98d5034 commit 9215352

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

kubernetes/samples/scripts/delete-weblogic-domain-resources.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@
1414

1515
script="${BASH_SOURCE[0]}"
1616
scriptDir="$( cd "$( dirname "${script}" )" && pwd )"
17-
source ${scriptDir}/internal/utility.sh
17+
source ${scriptDir}/../../internal/utility.sh
1818

1919
function usage {
2020
cat << EOF
2121
Usage:
2222
2323
$(basename $0) -d domain-uid,domain-uid,... [-s max-seconds] [-t]
24-
$(basename $0) -d all [-s max-seconds] [-t]
2524
$(basename $0) -h
2625
2726
Perform a best-effort delete of the kubernetes resources for
@@ -62,7 +61,6 @@ EOF
6261
#
6362
# Usage:
6463
# getDomainResources domainA,domainB,... outfilename
65-
# getDomainResources all outfilename
6664
#
6765
# Internal helper function
6866
#

0 commit comments

Comments
 (0)