script fixes

This commit is contained in:
davidnewhall2 2020-02-04 16:43:15 -08:00
parent d9028d98d6
commit e260300e3d
1 changed files with 2 additions and 0 deletions

View File

@ -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)