]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Small syntax error in red script.
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Mon, 29 Oct 2007 21:44:56 +0000 (21:44 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Mon, 29 Oct 2007 21:44:56 +0000 (21:44 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1034 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

src/initscripts/init.d/networking/red

index f4ae8cfd8e6fbc650e0f7d497c7c42c7e163a57a..54df34f16b9452f0d7e287908c04c9bad4e09b0a 100644 (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