diff options
Diffstat (limited to 'usr/share/vdr/bin/vdrshutdown-wakeup-helper.sh')
-rw-r--r-- | usr/share/vdr/bin/vdrshutdown-wakeup-helper.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/share/vdr/bin/vdrshutdown-wakeup-helper.sh b/usr/share/vdr/bin/vdrshutdown-wakeup-helper.sh index b19a070..661e2a7 100644 --- a/usr/share/vdr/bin/vdrshutdown-wakeup-helper.sh +++ b/usr/share/vdr/bin/vdrshutdown-wakeup-helper.sh @@ -16,6 +16,7 @@ if [ "$(id -u)" != "0" ]; then fi . /usr/share/vdr/inc/functions.sh + include shutdown-functions shutdown_script_dir=/usr/share/vdr/shutdown |