Fix tv_grab_wg not working

This commit is contained in:
tobbenb
2016-09-22 14:45:22 +02:00
parent 12c36b7feb
commit f768afd1c3

View File

@@ -1,12 +1,11 @@
#!/bin/bash
xmltv_file_location=/config/data/*.xml
dflag=
vflag=
cflag=
qflag=
if (( $# < 1 ))
then
cat "$xmltv_file_location"
cat /config/data/*.xml
exit 0
fi