version 0.2.1

This commit is contained in:
androtto
2019-09-02 14:42:29 +02:00
parent e2eda96f2c
commit 0b34b7010f
14 changed files with 267 additions and 75 deletions

View File

@@ -1,4 +1,11 @@
#!/bin/bash
# Driver rainsensorqty - driver for measure the rain volume
# Author: androtto
# file "rainsensorqty_KILL.sh"
# script for killing monitor process(es)
# Version: 0.2.0a
# Data: 29/Aug/2019
SCRIPTDIR="$(cd `dirname $0` ; pwd )"
SCRIPTNAME=${0##*/}
@@ -43,6 +50,7 @@ if [[ -f "$RAINSENSORQTY_MONPID" ]] ; then
else
echo "no RAIN process alive"
fi
else
echo "no RAIN process alive"
fi