mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user