Skip to content

Commit

Permalink
💡 add doc on goolge check
Browse files Browse the repository at this point in the history
  • Loading branch information
cemachelen committed Apr 11, 2019
1 parent cfe66df commit 2fa5933
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ if [ "$runVIS" = true ]; then
then
mkdir $VIZPATH${rundate}
fi
# add in a check for goolge files incase missing API key
count=`ls -1 *.html 2>/dev/null | wc -l`
if [ $count != 0 ]
then
Expand Down

0 comments on commit 2fa5933

Please sign in to comment.