diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2008-12-01 04:57:50 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2008-12-01 04:57:50 (GMT) |
commit | d615d8fb4dd78b2e51708b321ad77b6304458bfd (patch) | |
tree | ee1585afa44494632f0ebbee7c11e8c6ddf4fb52 /abs/core-testing/LinHES-system/firstboot.sh | |
parent | e4e922e8206bce66217e08b678b10465036dd44c (diff) | |
parent | 982eaa1f1285ed3cb1022ec9520d1d6387b62e64 (diff) | |
download | linhes_pkgbuild-d615d8fb4dd78b2e51708b321ad77b6304458bfd.zip linhes_pkgbuild-d615d8fb4dd78b2e51708b321ad77b6304458bfd.tar.gz linhes_pkgbuild-d615d8fb4dd78b2e51708b321ad77b6304458bfd.tar.bz2 |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
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=$? |