mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Update core.func
This commit is contained in:
@@ -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)."
|
||||
|
||||
Reference in New Issue
Block a user