Small syntax error in red script.

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1034 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-10-29 21:44:56 +00:00
parent 6a99d946e6
commit 4cd4876aa7

View File

@@ -189,7 +189,7 @@ case "${1}" in
TYPE="pppoe"
fi
if [ "$TYPE" == "pppoe" ]; then
if [ $PPP_NIC == "" ]; then
if [ "$PPP_NIC" == "" ]; then
boot_mesg "No device for red interface given. Check netsetup or dialprofile!" ${FAILURE}
echo_failure
fi