summaryrefslogtreecommitdiff
path: root/scripts/epgd-showtimerat
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2018-10-21 15:26:53 +0200
committerhorchi <vdr@jwendel.de>2018-10-21 15:26:53 +0200
commite64767a31174f2ee3cda6480633559a1423a9fc0 (patch)
tree703a3b6aaaa80109c577cba672d51e06fa2dc46a /scripts/epgd-showtimerat
parent4a5f296bfca854ac48eb6b7dd3356ccc6c83edba (diff)
parente075382d665b60f0456cf9c3a6f6de120809cb2b (diff)
downloadvdr-epg-daemon-e64767a31174f2ee3cda6480633559a1423a9fc0.tar.gz
vdr-epg-daemon-e64767a31174f2ee3cda6480633559a1423a9fc0.tar.bz2
2018-10-21: version 1.1.146 (horchi)\n change: Fixed gentoo compile problem\n\n1.1.146
Diffstat (limited to 'scripts/epgd-showtimerat')
-rwxr-xr-xscripts/epgd-showtimerat3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/epgd-showtimerat b/scripts/epgd-showtimerat
index bdc6d1d..57c579c 100755
--- a/scripts/epgd-showtimerat
+++ b/scripts/epgd-showtimerat
@@ -1,6 +1,7 @@
#!/bin/bash
-export MYSQL_PWD=epg
+MYSQL_PWD=${MYSQL_PWD:-epg}
+export MYSQL_PWD
mysql -u epg2vdr -Depg2vdr -e " \
select t.id, SUBSTRING_INDEX(t.channelid, '-', 3) as transponder, v.name, t.source, t.channelid, t.state as S, \