diff options
author | Britney Fransen <brfransen@gmail.com> | 2012-09-20 19:40:43 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2012-09-20 19:40:43 (GMT) |
commit | 4f80b9dc91ddf2133b9faeaec5c1ab00c03495f8 (patch) | |
tree | 37fe42e0b42b84ce030d0b105c9fd0f1c2c3f3f5 /abs/core/linhes-scripts/mythwelcome-config.py | |
parent | 4602b681336dd8fb41ecad73d836780d0da68850 (diff) | |
download | linhes_pkgbuild-4f80b9dc91ddf2133b9faeaec5c1ab00c03495f8.zip linhes_pkgbuild-4f80b9dc91ddf2133b9faeaec5c1ab00c03495f8.tar.gz linhes_pkgbuild-4f80b9dc91ddf2133b9faeaec5c1ab00c03495f8.tar.bz2 |
linhes-scripts: idle.sh: rework upcoming recordings to use misc_upcoming_recordings.pl as it is quicker. refs #851
change -d to -m as it includes more than just daily wake
add -r to check if mythfrontend is running on the hosts
mythwelcome-config.py: update preSDWUCheckCommand with new options
Diffstat (limited to 'abs/core/linhes-scripts/mythwelcome-config.py')
-rwxr-xr-x | abs/core/linhes-scripts/mythwelcome-config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/linhes-scripts/mythwelcome-config.py b/abs/core/linhes-scripts/mythwelcome-config.py index c0f442e..5ab24b0 100755 --- a/abs/core/linhes-scripts/mythwelcome-config.py +++ b/abs/core/linhes-scripts/mythwelcome-config.py @@ -24,4 +24,4 @@ if mythdb.settings[localhostname].idleTimeoutSecs == u'0': mythdb.settings.NULL.WakeupTimeFormat = u'yyyy-MM-ddThh:mm:ss' mythdb.settings.NULL.SetWakeuptimeCommand = u'/usr/bin/mythshutdown --setwakeup $time' mythdb.settings.NULL.ServerHaltCommand = u'/usr/bin/mythshutdown --shutdown' -mythdb.settings.NULL.preSDWUCheckCommand = u'/usr/LH/bin/idle.sh -s -d' +mythdb.settings.NULL.preSDWUCheckCommand = u'/usr/LH/bin/idle.sh -s -m -r' |