Code Review
/
it
/
dep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(from parent 1:
906acc2
)
Fix for gen-cloud-init.sh warning msg
84/4284/1
author
Lusheng Ji
<lji@research.att.com>
Tue, 30 Jun 2020 16:47:49 +0000
(12:47 -0400)
committer
Lusheng Ji
<lji@research.att.com>
Tue, 30 Jun 2020 16:47:55 +0000
(12:47 -0400)
Change-Id: Ic6fc8732137bc89c2155347a3f4b8013e8596dd4
Signed-off-by: Lusheng Ji <lji@research.att.com>
Issue-ID: INT-112
tools/k8s/bin/gen-cloud-init.sh
patch
|
blob
|
history
diff --git
a/tools/k8s/bin/gen-cloud-init.sh
b/tools/k8s/bin/gen-cloud-init.sh
index
c0fe160
..
42ecff4
100755
(executable)
--- a/
tools/k8s/bin/gen-cloud-init.sh
+++ b/
tools/k8s/bin/gen-cloud-init.sh
@@
-33,7
+33,7
@@
usage() {
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
set -a
-RCS="$(find $DIR/../etc -
type f -maxdepth 1
)"
+RCS="$(find $DIR/../etc -
maxdepth 1 -type f
)"
for RC in $RCS; do
echo "reading in values in $RC"
source $RC