33,66c33,34 < < if ! `. /etc/fai/fai.conf > /dev/null 2>&1` < then < echo "/etc/fai/fai.conf contains errors." < < until [ -z "$1" ] < do < if [ "$1" = "-v" ] < then < echo "" < echo "Check the following lines in fai.conf for errors:" < . /etc/fai/fai.conf < fi < shift < done < exit 1 < fi < < if ! `. /etc/fai/make-fai-nfsroot.conf > /dev/null 2>&1` < then < echo "/etc/fai/make-fai-nfsroot.conf contains errors." < < until [ -z "$1" ] < do < if [ "$1" = "-v" ] < then < echo "" < echo "Check the following lines in make-fai-nfsroot.conf for errors:" < . /etc/fai/make-fai-nfsroot.conf < fi < shift < done < exit 1 < fi --- > . /etc/fai/fai.conf > . /etc/fai/make-fai-nfsroot.conf