From 4cd4876aa710566f92e6305dacc40186df857ebf Mon Sep 17 00:00:00 2001 From: ms Date: Mon, 29 Oct 2007 21:44:56 +0000 Subject: [PATCH] Small syntax error in red script. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1034 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- src/initscripts/init.d/networking/red | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/initscripts/init.d/networking/red b/src/initscripts/init.d/networking/red index f4ae8cfd8..54df34f16 100644 --- a/src/initscripts/init.d/networking/red +++ b/src/initscripts/init.d/networking/red @@ -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 -- 2.39.2