#!/bin/bash while [ ! "`/sbin/ifconfig |grep ppp0`" = "" ] do echo "Internetverbindung offen ..." sleep 20 done