summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/MythVantage-system
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-12-01 04:01:18 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-12-01 04:01:18 (GMT)
commit49ff2f6d2db3c35161e9be05ec59da2c9d1ece2b (patch)
tree18193b1ba9a9361c288992ecace72653ffb73c0d /abs/mv-core/MythVantage-system
parent822137989d4f6ebb0a503608f91f690ee19ba311 (diff)
downloadlinhes_pkgbuild-49ff2f6d2db3c35161e9be05ec59da2c9d1ece2b.zip
linhes_pkgbuild-49ff2f6d2db3c35161e9be05ec59da2c9d1ece2b.tar.gz
linhes_pkgbuild-49ff2f6d2db3c35161e9be05ec59da2c9d1ece2b.tar.bz2
copy anything name lircrc* instead of strictly lircrc
Diffstat (limited to 'abs/mv-core/MythVantage-system')
-rwxr-xr-xabs/mv-core/MythVantage-system/firstboot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/mv-core/MythVantage-system/firstboot.sh b/abs/mv-core/MythVantage-system/firstboot.sh
index 366874a..b329f5a 100755
--- a/abs/mv-core/MythVantage-system/firstboot.sh
+++ b/abs/mv-core/MythVantage-system/firstboot.sh
@@ -3,7 +3,7 @@
ATTEMPT=0
function try_smolt {
((ATTEMPT=ATTEMPT+1))
- echo $ATTEMPT
+# echo $ATTEMPT
status=$(echo "jump mythsmolt" | telnet localhost 6546 2>&1)
echo $status|grep -q refused
status=$?