add echo to script

This commit is contained in:
davidnewhall2 2020-02-04 20:04:01 -08:00
parent e260300e3d
commit 2128164173
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ if [ "$1" = "deploy" ]; then
elif [ "$1" = "check" ]; then
check
check2
echo
else
echo "provide command: deploy or check"
exit 1