From 6e43ed60eb1e6d689c3e50c3763705f67d410385 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 23 Sep 2025 14:42:48 +0200 Subject: [PATCH] Update core.func --- misc/core.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)."