debug
This commit is contained in:
parent
43025741e3
commit
f77ed83b77
13
rsync.sh
13
rsync.sh
@ -38,7 +38,18 @@ then
|
|||||||
opts+='p'
|
opts+='p'
|
||||||
extra_args+=" --chmod=${RSYNC_CHMOD}"
|
extra_args+=" --chmod=${RSYNC_CHMOD}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
##########################################################################
|
||||||
|
# drone debugging
|
||||||
|
echo "*** Network Debug ***"
|
||||||
|
|
||||||
|
echo "----- ip addr"
|
||||||
|
ip addr
|
||||||
|
|
||||||
|
echo "----- ip route"
|
||||||
|
ip route
|
||||||
|
|
||||||
|
echo "*** Network Debug ***"
|
||||||
##########################################################################
|
##########################################################################
|
||||||
# generate a temporary key
|
# generate a temporary key
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user