versione 0.2.3

This commit is contained in:
androtto
2019-09-21 23:00:50 +02:00
parent 0b34b7010f
commit 2add0c725f
13 changed files with 36 additions and 53 deletions

View File

@@ -13,17 +13,12 @@ cd $SCRIPTDIR/.. # command is a subdirectory of driver
DIR_SCRIPT=/home/pi/piGarden # home directory of piGarden
CONFIG_ETC="/etc/piGarden.conf"
TMP_PATH="/run/shm"
if [ ! -d "$TMP_PATH" ]; then
TMP_PATH="/tmp"
fi
LOG_OUTPUT_DRV_FILE="$DIR_SCRIPT/log/$LOG_OUTPUT_DRV_FILE"
. $CONFIG_ETC
. ./common.include.sh
. ./config.include.sh
. ./config.include.sh
. ./init.include.sh
. ./rainsensor.include.sh