diff options
author | James Meyer <james.meyer@operamail.com> | 2008-12-01 04:01:18 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-12-01 04:01:18 (GMT) |
commit | 49ff2f6d2db3c35161e9be05ec59da2c9d1ece2b (patch) | |
tree | 18193b1ba9a9361c288992ecace72653ffb73c0d /abs/mv-core | |
parent | 822137989d4f6ebb0a503608f91f690ee19ba311 (diff) | |
download | linhes_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')
-rwxr-xr-x | abs/mv-core/MythVantage-system/firstboot.sh | 2 |
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=$? |