docs, tweaks

This commit is contained in:
Patrick Stadler
2015-03-22 18:01:27 +01:00
parent c4246b9ab0
commit 7af294388b
10 changed files with 186 additions and 35 deletions

View File

@@ -3,7 +3,7 @@
start () {
if [ -z $FILE_LOCATION ]; then
echo "Error: file reporter requires \$FILE_LOCATION to be specified"
exit 1
return 1
fi
if [ ! -f $FILE_LOCATION ]; then