summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/lh_backend_control.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-09-27 05:07:55 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-09-27 05:07:55 (GMT)
commitaeb0197b0731ae769b1aae8394eb6fc650757cdf (patch)
tree6d84eec8c5c7c449d38b7fa4e884505dcf6b35f9 /abs/core/LinHES-system/lh_backend_control.sh
parent8d7a3e620c1d1c363faf75e5d4055a2f9f0d3131 (diff)
downloadlinhes_pkgbuild-aeb0197b0731ae769b1aae8394eb6fc650757cdf.zip
linhes_pkgbuild-aeb0197b0731ae769b1aae8394eb6fc650757cdf.tar.gz
linhes_pkgbuild-aeb0197b0731ae769b1aae8394eb6fc650757cdf.tar.bz2
LinHES-system: adjust for the new msg_client syntax
remove lh_message and msg_osd.py
Diffstat (limited to 'abs/core/LinHES-system/lh_backend_control.sh')
-rw-r--r--abs/core/LinHES-system/lh_backend_control.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/LinHES-system/lh_backend_control.sh b/abs/core/LinHES-system/lh_backend_control.sh
index b15ca35..c116cdb 100644
--- a/abs/core/LinHES-system/lh_backend_control.sh
+++ b/abs/core/LinHES-system/lh_backend_control.sh
@@ -24,7 +24,7 @@ case $1 in
then
$MV_BEC stop $dbhost
else
- msg_client.py "Stopping backend"
+ msg_client.py --msg "Stopping backend"
sudo sv stop mythbackend
fi
else
@@ -41,7 +41,7 @@ case $1 in
then
$MV_BEC start $dbhost
else
- msg_client.py "Starting backend"
+ msg_client.py --msg "Starting backend"
sudo sv start mythbackend
fi
else
@@ -58,7 +58,7 @@ case $1 in
then
$MV_BEC restart $dbhost
else
- msg_client.py "Restarting backend"
+ msg_client.py --msg "Restarting backend"
sudo sv restart mythbackend
fi
else