diff options
| author | Bill Nottingham <notting@redhat.com> | 2005-04-15 20:56:28 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2005-04-15 20:56:28 +0000 |
| commit | a9e093c5ff20d070b638b799f9ed7445f16db2cf (patch) | |
| tree | e4359b66c19da4e50d1b085c41e3c75b68b10d48 | |
| parent | 0c06b6004f0ac13f36e724aa5f88ce123c1775ce (diff) | |
typo
| -rwxr-xr-x | sysconfig/network-scripts/ifup-routes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/ifup-routes b/sysconfig/network-scripts/ifup-routes index 6d72e078..95223357 100755 --- a/sysconfig/network-scripts/ifup-routes +++ b/sysconfig/network-scripts/ifup-routes @@ -34,7 +34,7 @@ for file in $FILES; do else # older format while read line; do - if [[ ! "$line" =~ '^[[:space:]]*(\#.*)?$' ]; then + if [[ ! "$line" =~ '^[[:space:]]*(\#.*)?$' ]]; then /sbin/ip route add $line fi done < "$file" |
