summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/lh_system_host_update
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-12-12 20:26:55 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-12-12 20:26:55 (GMT)
commitb97e90ff739fa2f7d27ed5c62ae8436c6ce2bb8d (patch)
treebc9551882ded56ac8fdb0ea27025fbcc06b1790b /abs/core/LinHES-system/lh_system_host_update
parent5f58ea928f87bc20e8bb8102f8ce6272d3d6fc47 (diff)
downloadlinhes_pkgbuild-b97e90ff739fa2f7d27ed5c62ae8436c6ce2bb8d.zip
linhes_pkgbuild-b97e90ff739fa2f7d27ed5c62ae8436c6ce2bb8d.tar.gz
linhes_pkgbuild-b97e90ff739fa2f7d27ed5c62ae8436c6ce2bb8d.tar.bz2
LinHES-system: change myth_mtc.py to run in cron hourly to run more reliably after system is down or is busy.
Diffstat (limited to 'abs/core/LinHES-system/lh_system_host_update')
-rw-r--r--abs/core/LinHES-system/lh_system_host_update9
1 files changed, 3 insertions, 6 deletions
diff --git a/abs/core/LinHES-system/lh_system_host_update b/abs/core/LinHES-system/lh_system_host_update
index 56a22e5..ca6aeff 100644
--- a/abs/core/LinHES-system/lh_system_host_update
+++ b/abs/core/LinHES-system/lh_system_host_update
@@ -2,8 +2,8 @@
# Process that call this script
# func update
# supplemental web
-echo "#####################################################"
-echo "Starting update"
+
+echo "Starting Update"
MYTH_RUN_STATUS="1"
. /etc/profile
@@ -17,7 +17,7 @@ fi
case $Hostupdateplan in
"Myth_only")
- echo "Updating myth packages"
+ echo "Updating only myth packages"
postfix=`cat $INSTALL_DIR/usr/local/share/mythtv/.releasetype`
for mythl in mythphone mytharchive mythbrowser mythnews mythgame mythflix mythweather mythcontrols mythgallery mythmovietime mythmusic mythsmolt mythvideo mythweb mythtv
do
@@ -52,6 +52,3 @@ case $Hostupdateplan in
echo "Unknown $Hostupdateplan, skipping updates"
;;
esac
-
-
-echo "##################################################################################"