script fixes
This commit is contained in:
parent
d9028d98d6
commit
e260300e3d
|
|
@ -32,6 +32,7 @@ IFS=$(echo -en "\n\b")
|
||||||
|
|
||||||
# Simple function to make sure no stray files got uploaded.
|
# Simple function to make sure no stray files got uploaded.
|
||||||
function check {
|
function check {
|
||||||
|
echo
|
||||||
echo -n "Checking dashboards in: "
|
echo -n "Checking dashboards in: "
|
||||||
pushd "${WHERE}"
|
pushd "${WHERE}"
|
||||||
local file=""
|
local file=""
|
||||||
|
|
@ -62,6 +63,7 @@ function check {
|
||||||
|
|
||||||
# Simple function to make sure no expected files are missing.
|
# Simple function to make sure no expected files are missing.
|
||||||
function check2 {
|
function check2 {
|
||||||
|
echo
|
||||||
echo -n "Checking file existence in: "
|
echo -n "Checking file existence in: "
|
||||||
pushd "${WHERE}"
|
pushd "${WHERE}"
|
||||||
local files=$(ls)
|
local files=$(ls)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue