#!/bin/bash

echo "En vagyok a $0 !"

( while ! wget -T 2 -t 1 -q -O /dev/null "$BOOTURL" ; do sleep 5; done ) &
disown $!


