diff options
author | James Meyer <james.meyer@operamail.com> | 2008-12-01 03:27:43 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-12-01 03:27:43 (GMT) |
commit | 4e4df26fee110f2db6a4b8500e0e0bcec8d39c8d (patch) | |
tree | a05e5faf04daa73f6774d99a759f0f79070640ae /abs/core-testing/LinHES-system/firstboot.sh | |
parent | e4f269bdf21c75ed8a7b3a73bf09ed1c727e2723 (diff) | |
download | linhes_pkgbuild-4e4df26fee110f2db6a4b8500e0e0bcec8d39c8d.zip linhes_pkgbuild-4e4df26fee110f2db6a4b8500e0e0bcec8d39c8d.tar.gz linhes_pkgbuild-4e4df26fee110f2db6a4b8500e0e0bcec8d39c8d.tar.bz2 |
remove debugging msg
Diffstat (limited to 'abs/core-testing/LinHES-system/firstboot.sh')
-rwxr-xr-x | abs/core-testing/LinHES-system/firstboot.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-system/firstboot.sh b/abs/core-testing/LinHES-system/firstboot.sh index 366874a..47aa0f9 100755 --- a/abs/core-testing/LinHES-system/firstboot.sh +++ b/abs/core-testing/LinHES-system/firstboot.sh @@ -3,7 +3,6 @@ ATTEMPT=0 function try_smolt { ((ATTEMPT=ATTEMPT+1)) - echo $ATTEMPT status=$(echo "jump mythsmolt" | telnet localhost 6546 2>&1) echo $status|grep -q refused status=$? |