Minor changes.

pull/18/head^2
schizza 2024-04-28 17:32:32 +02:00
parent 5f847a3bb7
commit 156cbc266b
1 changed files with 2 additions and 1 deletions

View File

@ -84,7 +84,8 @@ EXIT_STATUS=$?
if [ $EXIT_STATUS -ne 0 ]; then
warn "iptables error code: ${EXIT_STATUS} "
error "Rule could not be added!"
else
info "OK."
fi
info "OK."
info "iptables are now set to redirect incomming connections from $STATION_IP:Any -> $HA:$SRC_PORT to $HA:$DST_PORT"