tidepool-org / tools

A place to put tooling and scripts that help when working on Tidepool stuff.
Other
11 stars 11 forks source link

./tools/status.sh exception #43

Open endafarrell opened 9 years ago

endafarrell commented 9 years ago

Having followed the vagrant instructions in the tools/README.md I have a vagrant image running tidepool locally. However running both vagrant@tidepool-vm:/tidepool$ ./tools/status.sh and vagrant@tidepool-vm:/tidepool/tools$ ./status.sh result in:

vagrant@tidepool-vm:/tidepool$ ./tools/status.sh
find: warning: you have specified the -depth option after a non-option argument -name, but options are not positional (-depth affects tests specified before it as well as those specified after it).  Please specify options before other arguments.

find: paths must precede expression: 2
Usage: find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] [expression]

I have never seen what the output should look like.