diff --git a/misc/core.func b/misc/core.func index 19e3c977..c2c1ea0c 100644 --- a/misc/core.func +++ b/misc/core.func @@ -232,7 +232,7 @@ ssh_check() { local host_ip=$(hostname -I | awk '{print $1}') if [[ "$client_ip" == "127.0.0.1" || "$client_ip" == "$host_ip" ]]; then - return # WebUI-Shell → kein Hinweis + return fi msg_warn "Running via external SSH (client: $client_ip)."