summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/MythVantage-system
diff options
context:
space:
mode:
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=$?