summaryrefslogtreecommitdiffstats
path: root/abs/core/linhes-scripts/mythwelcome-config.py
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2012-09-18 17:14:15 (GMT)
committerBritney Fransen <brfransen@gmail.com>2012-09-18 17:14:15 (GMT)
commit4602b681336dd8fb41ecad73d836780d0da68850 (patch)
treee33351c37cc4fa0b882160a130dd5ba76f599038 /abs/core/linhes-scripts/mythwelcome-config.py
parent3df4252b00aca3d018cd3362ad2aab9b969d9e46 (diff)
downloadlinhes_pkgbuild-4602b681336dd8fb41ecad73d836780d0da68850.zip
linhes_pkgbuild-4602b681336dd8fb41ecad73d836780d0da68850.tar.gz
linhes_pkgbuild-4602b681336dd8fb41ecad73d836780d0da68850.tar.bz2
linhes-scripts: mythwelcome-config.py: use idle.sh for pre shutdown check. refs #851
Diffstat (limited to 'abs/core/linhes-scripts/mythwelcome-config.py')
-rwxr-xr-xabs/core/linhes-scripts/mythwelcome-config.py2
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 a8a8960..c0f442e 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/bin/mythshutdown --check'
+mythdb.settings.NULL.preSDWUCheckCommand = u'/usr/LH/bin/idle.sh -s -d'