Fix for gen-cloud-init.sh warning msg 84/4284/1
authorLusheng Ji <lji@research.att.com>
Tue, 30 Jun 2020 16:47:49 +0000 (12:47 -0400)
committerLusheng 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

index c0fe160..42ecff4 100755 (executable)
@@ -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