ifcfg/write-ifcfg.sh: fixed typo

master
Harald Hoyer 2013-03-14 17:54:15 +01:00
parent d46394ad33
commit e0e99c59a5
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ for netif in $IFACES ; do
echo "IPV6_AUTOCONF=no"
echo "IPV6ADDR=$ip/$mask"
else
if [-f /tmp/net.$netif.has_ibft_config ]; then
if [ -f /tmp/net.$netif.has_ibft_config ]; then
echo "BOOTPROTO=ibft"
else
echo "BOOTPROTO=none"