ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FreeBSDAdmin/VPN/recon.sh
(Generate patch)

Comparing FreeBSDAdmin/VPN/recon.sh (file contents):
Revision 875 by douglas, 2006-11-05T18:20:09-08:00 vs.
Revision 876 by douglas, 2006-11-05T18:37:36-08:00

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines