diff options
author | horchi <vdr@jwendel.de> | 2018-02-16 18:59:14 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2018-02-16 18:59:14 +0100 |
commit | f91afbf2343fb96ce30628243e97c4a99bfee6da (patch) | |
tree | 482b4f2d296c3ccd1dc5742225a86780cb25ef70 /scripts | |
parent | e3ab4d642e6038d2a65c2b45ed65d45385e31830 (diff) | |
download | vdr-epg-daemon-f91afbf2343fb96ce30628243e97c4a99bfee6da.tar.gz vdr-epg-daemon-f91afbf2343fb96ce30628243e97c4a99bfee6da.tar.bz2 |
dont wakeup for switch timer; epgd-tool update by 3po
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/epgd-tool | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/epgd-tool b/scripts/epgd-tool index 5edcb91..8d7ac33 100755 --- a/scripts/epgd-tool +++ b/scripts/epgd-tool @@ -2,7 +2,7 @@ # MySQL helper script by 3PO -# Update 19.03.2017 +# Update 16.02.2018 PASSWORD="" @@ -270,7 +270,7 @@ case $1 in -show-stats|show-stats) export MYSQL_PWD=epg - $SQL_EPG2VDR "SELECT version, master, ip, state, FROM_UNIXTIME(updsp,'%D %M %Y% %H:%i:%s') AS 'last touch', FROM_UNIXTIME(lastupd, '%D %M %Y% %H:%i:%s') AS 'last download', FROM_UNIXTIME(nextupd,'%D %M %Y% %H:%i:%s') AS 'next download' FROM vdrs ;" + $SQL_EPG2VDR "SELECT version, dbapi, master, ip, state, FROM_UNIXTIME(updsp,'%D %M %Y% %H:%i:%s') AS 'last touch', FROM_UNIXTIME(lastupd, '%D %M %Y% %H:%i:%s') AS 'last download', FROM_UNIXTIME(nextupd,'%D %M %Y% %H:%i:%s') AS 'next download' FROM vdrs ;" exit ;; |