use different files for 'bcap' and 'ccap' for now
[util-vserver.git] / util-vserver / sysv / rebootmgr.subst
index 84b00e2..f60a5fe 100755 (executable)
@@ -17,6 +17,8 @@ case "$1" in
        VSERVERS=
        for serv in *.conf
        do
+               test -f "$serv" || continue
+
                serv=`basename $serv .conf`
                if [ -d $DEFAULT_VSERVERDIR/$serv ] ; then
                        VSERVERS="$VSERVERS $serv"