From 378a8cb895309133a40f57495a4dd4f9b177c378 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Thu, 6 Apr 2006 19:58:13 +0000 Subject: minor corrections ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@171 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initrd/initrd-stuff/etc/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'initrd/initrd-stuff/etc/functions') diff --git a/initrd/initrd-stuff/etc/functions b/initrd/initrd-stuff/etc/functions index 8c8e1c8f..53056344 100644 --- a/initrd/initrd-stuff/etc/functions +++ b/initrd/initrd-stuff/etc/functions @@ -332,7 +332,7 @@ waitfor () { local file=$1 local maxwait=$2 local count=0 -while [ ! -f $file ] ; do +while [ ! -e $file ] ; do echo "waiting ........." > /dev/null count=`expr $count + 1` [ $count -gt $maxwait ] && return 1 -- cgit v1.2.3-55-g7522