Minor changes.
parent
3f1869e6a9
commit
d1b7986550
|
|
@ -84,7 +84,8 @@ EXIT_STATUS=$?
|
||||||
if [ $EXIT_STATUS -ne 0 ]; then
|
if [ $EXIT_STATUS -ne 0 ]; then
|
||||||
warn "iptables error code: ${EXIT_STATUS} "
|
warn "iptables error code: ${EXIT_STATUS} "
|
||||||
error "Rule could not be added!"
|
error "Rule could not be added!"
|
||||||
|
else
|
||||||
|
info "OK."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
info "OK."
|
|
||||||
info "iptables are now set to redirect incomming connections from $STATION_IP:Any -> $HA:$SRC_PORT to $HA:$DST_PORT"
|
info "iptables are now set to redirect incomming connections from $STATION_IP:Any -> $HA:$SRC_PORT to $HA:$DST_PORT"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue