add echo to script
This commit is contained in:
parent
e260300e3d
commit
2128164173
|
|
@ -134,6 +134,7 @@ if [ "$1" = "deploy" ]; then
|
|||
elif [ "$1" = "check" ]; then
|
||||
check
|
||||
check2
|
||||
echo
|
||||
else
|
||||
echo "provide command: deploy or check"
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue