summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/misc_status_info.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/LinHES-system/misc_status_info.sh')
-rwxr-xr-xabs/core/LinHES-system/misc_status_info.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/LinHES-system/misc_status_info.sh b/abs/core/LinHES-system/misc_status_info.sh
index 14a972c..a75b144 100755
--- a/abs/core/LinHES-system/misc_status_info.sh
+++ b/abs/core/LinHES-system/misc_status_info.sh
@@ -12,7 +12,7 @@
# Get Encoder that was used for recordings from the backend log
firstrun=1
-loglist=`find /var/log/ -name *_mythbackend.*.log*`
+loglist=`find /var/log/ -name *_mythbackend*.log*`
for i in `ls -t $loglist`
do
if [ $firstrun -eq 1 ]; then