iniziato gestione driver

This commit is contained in:
lejubila
2017-08-03 00:18:35 +02:00
parent 9cb7d6ce9d
commit 867b4e4374
8 changed files with 81 additions and 0 deletions

View File

@@ -1518,6 +1518,9 @@ else
exit 1
fi
. "$DIR_SCRIPT/include/drv.include.sh"
LAST_INFO_FILE="$STATUS_DIR/last_info"
LAST_WARNING_FILE="$STATUS_DIR/last_worning"
LAST_SUCCESS_FILE="$STATUS_DIR/last_success"
@@ -1534,6 +1537,7 @@ if [ -f "$LOCK_FILE" ]; then
fi
send_identifier &
setup_drv
case "$1" in
init)