diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-09-18 08:24:04 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-09-18 08:24:04 (GMT) |
commit | 662bc0668ed393a94e4c611b4d441418dbacccfb (patch) | |
tree | e3f95e7b4d54a28eedc83670ec5b594896079ab3 /abs/core-testing/linhes-scripts | |
parent | 2306e9a5e3fc2feaab2e8d6299142aa652946522 (diff) | |
download | linhes_pkgbuild-662bc0668ed393a94e4c611b4d441418dbacccfb.zip linhes_pkgbuild-662bc0668ed393a94e4c611b4d441418dbacccfb.tar.gz linhes_pkgbuild-662bc0668ed393a94e4c611b4d441418dbacccfb.tar.bz2 |
linhes-scripts:clean ups
Diffstat (limited to 'abs/core-testing/linhes-scripts')
-rw-r--r-- | abs/core-testing/linhes-scripts/linhes_update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/linhes-scripts/linhes_update.sh b/abs/core-testing/linhes-scripts/linhes_update.sh index 89d39d8..121f683 100644 --- a/abs/core-testing/linhes-scripts/linhes_update.sh +++ b/abs/core-testing/linhes-scripts/linhes_update.sh @@ -23,7 +23,7 @@ chck () { grep -v -e /mythmenu /tmp/linhes.xml > /tmp/linhes.xml.tmp echo "<!--#UpdatesAvailable-->" >> /tmp/linhes.xml.tmp echo " <button>" >> /tmp/linhes.xml.tmp - echo " <type>UPDATES</type>" >> /tmp/linhes.xml.tmp + echo " <type>UPGRADE</type>" >> /tmp/linhes.xml.tmp echo " <text>Updates Available</text>" >> /tmp/linhes.xml.tmp echo " <action>MENU update2.xml</action>" >> /tmp/linhes.xml.tmp echo " </button>" >> /tmp/linhes.xml.tmp |