From 1cbab41a38411ded875924d8b3cdaba68bafd574 Mon Sep 17 00:00:00 2001 From: horchi Date: Thu, 24 May 2018 08:13:55 +0200 Subject: 2018-05-14: version 1.1.141 (horchi)\n added: Compatibility for newer MariaBD librarys (patch by provided by marco)\n added: execution shell to scripts\n\n --- scripts/epgd-conflictsof | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/epgd-conflictsof') diff --git a/scripts/epgd-conflictsof b/scripts/epgd-conflictsof index e753b30..e21c47f 100755 --- a/scripts/epgd-conflictsof +++ b/scripts/epgd-conflictsof @@ -1,3 +1,4 @@ +#!/bin/bash export MYSQL_PWD=epg @@ -28,4 +29,4 @@ select t.id, SUBSTRING_INDEX(t.channelid, '-', 3) as transponder, v.name as vdr, and t.day + t.endtime div 100 * 60 * 60 + t.endtime % 100 * 60 <= ti.day + ti.endtime div 100 * 60 * 60 + ti.endtime % 100 * 60) \ ) \ and t.vdruuid = ti.vdruuid \ - order by t.day, start;" + order by t.day, start;" -- cgit v1.2.3