From e260300e3d926738f8c55db00efcc12a0aa1fd64 Mon Sep 17 00:00:00 2001 From: davidnewhall2 Date: Tue, 4 Feb 2020 16:43:15 -0800 Subject: [PATCH] script fixes --- dashboards.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dashboards.sh b/dashboards.sh index 9d95e04..3412f68 100755 --- a/dashboards.sh +++ b/dashboards.sh @@ -32,6 +32,7 @@ IFS=$(echo -en "\n\b") # Simple function to make sure no stray files got uploaded. function check { + echo echo -n "Checking dashboards in: " pushd "${WHERE}" local file="" @@ -62,6 +63,7 @@ function check { # Simple function to make sure no expected files are missing. function check2 { + echo echo -n "Checking file existence in: " pushd "${WHERE}" local files=$(ls)