summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-system/misc_status_info.sh
diff options
context:
space:
mode:
Diffstat (limited to 'linhes/linhes-system/misc_status_info.sh')
-rwxr-xr-xlinhes/linhes-system/misc_status_info.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/linhes/linhes-system/misc_status_info.sh b/linhes/linhes-system/misc_status_info.sh
index 347fb93..3061a08 100755
--- a/linhes/linhes-system/misc_status_info.sh
+++ b/linhes/linhes-system/misc_status_info.sh
@@ -1,13 +1,13 @@
#!/bin/bash
# Show all upcoming conflicts
-/usr/LH/bin/misc_upcoming_recordings.pl --recordings -1 \
+/usr/bin/misc_upcoming_recordings.pl --recordings -1 \
--no_show_scheduled \
--heading '<h3>Recording Conflicts</h3>' \
--no_conflicts_message '<h3>No Recording Conflicts</h3>'
# Show all the shows recorded today
-/usr/LH/bin/misc_recent_recordings.pl --recordings=-1 --hours=24 \
+/usr/bin/misc_recent_recordings.pl --recordings=-1 --hours=24 \
--heading '<h3>Shows Recorded In The Last 24 Hours</h3>'
# Get Encoder that was used for recordings from the backend log
@@ -19,5 +19,5 @@ do
echo "<h3>Encoder Information</h3><div class=\"schedule\""
firstrun=0
fi
- /usr/LH/bin/misc_which_recorder.pl --noheader $i
+ /usr/bin/misc_which_recorder.pl --noheader $i
done