diff options
Diffstat (limited to 'usr/share/vdr/shutdown/wakeup-rtc.sh')
-rw-r--r-- | usr/share/vdr/shutdown/wakeup-rtc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/share/vdr/shutdown/wakeup-rtc.sh b/usr/share/vdr/shutdown/wakeup-rtc.sh index a2ac555..24e4798 100644 --- a/usr/share/vdr/shutdown/wakeup-rtc.sh +++ b/usr/share/vdr/shutdown/wakeup-rtc.sh @@ -7,7 +7,7 @@ RTC_WAKEUP=/usr/sbin/rtc-wakeup.sh if [ ! -x "${RTC_WAKEUP}" ]; then - mesg "acpi-wakeup.sh not found" + mesg "rtc-wakeup.sh not found" return 1 fi |