Project

General

Profile

« Previous | Next » 

Revision 8548005e

Added by Benoît PECCATTE almost 7 years ago

Fixes #7892: rudder server debug fails on SLES 11

View differences:

share/commands/server-debug
iptables -t nat -D PREROUTING -p tcp -s ${NODE} --dport ${SERVER_PORT} -j DNAT --to-destination :${DEBUG_PORT}
echo ""
echo "Debug has been stopped on step: ${STEP}"
exit 1
}
trap anomaly_handler ERR INT TERM

Also available in: Unified diff