# | Line 26 | Line 26 | for ((index = 0; index != ${#interfaces[ | |
---|---|---|
26 | new_local=`address ${locals[$index]}` | |
27 | new_remote=`address ${remotes[$index]}` | |
28 | ||
29 | < | if [[ -z $new_local ]] || [[ $new_remote ]]; then |
29 | > | if [[ -z $new_local ]] || [[ -z $new_remote ]]; then |
30 | echo "`basename $0`: new addresses undefined: new_local=$new_local new_remote=$new_remote" | |
31 | ||
32 | exit 1 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |