Variato changelog, corretto commenti in alcuni file, variato nome della directory di lock

This commit is contained in:
lejubila
2017-10-12 23:46:07 +02:00
parent 10aed48887
commit ecbef2c94c
6 changed files with 20 additions and 4 deletions

View File

@@ -12,6 +12,8 @@ function initialize {
log_write "Run initialize"
unlock
# Inizializza i driver gpio
for drv in "${list_drv[@]}"
do
@@ -767,7 +769,7 @@ TCPSERVER_PID_FILE="$TMP_PATH/piGardenTcpServer.pid"
TCPSERVER_PID_SCRIPT=$$
RUN_FROM_TCPSERVER=0
TMP_CRON_FILE="$TMP_PATH/pigarden.user.cron.$$"
LOCK_FILE="$TMP_PATH/piGarden.lock"
LOCK_FILE="$TMP_PATH/piGarden.dir.lock"
if [ -f $CONFIG_ETC ]; then
. $CONFIG_ETC