diff options
Diffstat (limited to 'backup.in')
-rwxr-xr-x | backup.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -136,6 +136,10 @@ elif [ "$#" -eq 4 ]; then | uniq -d \ | tail -n1 ) + if [ -z ${ipVer} ]; then + >&2 echo 'not reachable' + exit 11 + fi if [ ${ipVer} -eq 4 ]; then localAddress='127.0.0.1' elif [ ${ipVer} -eq 6 ]; then |