diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-02-11 18:41:21 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-02-11 18:41:21 +0100 |
commit | 7e6783766dc0b3c37df93a0b72bb288375ab44f6 (patch) | |
tree | d2b29e45b1874aa2b6a5c18c47711c35fcc11183 /scripts | |
parent | d799a7bab1108d4a7b2fff21eb3d6ba108248f24 (diff) | |
download | vdr-plugin-epgsearch-7e6783766dc0b3c37df93a0b72bb288375ab44f6.tar.gz vdr-plugin-epgsearch-7e6783766dc0b3c37df93a0b72bb288375ab44f6.tar.bz2 |
fixed a problem with pipes in the pattern of blacklist, thanks to Andreas Mair for reporting
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/timercmds-auxinfo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/timercmds-auxinfo.sh b/scripts/timercmds-auxinfo.sh index 0a89a6a..94dcc62 100755 --- a/scripts/timercmds-auxinfo.sh +++ b/scripts/timercmds-auxinfo.sh @@ -15,7 +15,7 @@ #<Configuration> # Your timers.conf -TIMERS="/etc/vdr.conf/timers.conf" +TIMERS="/video/timers.conf" #</Configuration> |