diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2012-05-12 20:23:45 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2012-05-12 20:23:45 +0200 |
commit | 1b1912d7b080a0dfe954bac9311eafc5bb293bc3 (patch) | |
tree | 0c9a4a7d8cbfb9596f59a439c46a644d740993c8 /scripts/epg2autotimer.sh | |
parent | 6c5a88ee42952c50ddca3ea965b7c728173e6f24 (diff) | |
download | vdr-plugin-epgsearch-1b1912d7b080a0dfe954bac9311eafc5bb293bc3.tar.gz vdr-plugin-epgsearch-1b1912d7b080a0dfe954bac9311eafc5bb293bc3.tar.bz2 |
Drop .pl suffix from svdrpsend references like VDR 1.7.23+ did, thanks to Ville Skyttä
Diffstat (limited to 'scripts/epg2autotimer.sh')
-rwxr-xr-x | scripts/epg2autotimer.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/epg2autotimer.sh b/scripts/epg2autotimer.sh index dd07879..524720b 100755 --- a/scripts/epg2autotimer.sh +++ b/scripts/epg2autotimer.sh @@ -11,6 +11,7 @@ # CONFIG START AUTOTIMER_FILE="$SOURCEDIR/vdradmin/vdradmind.at" + SVDRPSEND=/usr/local/bin/svdrpsend # default autotimer settings STATUS=1 # 0 = inactive (by default) / 1 = active @@ -27,6 +28,6 @@ echo "Done..." # jump back at now <<EOF -perl -l -e "printf \"\n/usr/local/bin/svdrpsend.pl HITK BACK\" x 2" | sh +perl -l -e "printf \"\n$SVDRPSEND HITK BACK\" x 2" | sh EOF |