diff --git a/rsync.sh b/rsync.sh index 37b9a62..3df028d 100755 --- a/rsync.sh +++ b/rsync.sh @@ -38,7 +38,18 @@ then opts+='p' extra_args+=" --chmod=${RSYNC_CHMOD}" fi - + +########################################################################## +# drone debugging +echo "*** Network Debug ***" + +echo "----- ip addr" +ip addr + +echo "----- ip route" +ip route + +echo "*** Network Debug ***" ########################################################################## # generate a temporary key