From 2f9b5d43a291565777e3ab52e0b7e8c1ceab0005 Mon Sep 17 00:00:00 2001 From: alf Date: Thu, 4 Sep 2025 09:52:38 +0000 Subject: [PATCH] login.sh aktualisiert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Server3 hinzugefügt. --- login.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/login.sh b/login.sh index caf7d41..84cfb93 100755 --- a/login.sh +++ b/login.sh @@ -49,6 +49,7 @@ fi # Ziel-Host-Auswahl declare -A HOSTS=( ["Server1"]="100.87.87.101" + ["Server3"]="100.87.87.103" ["ABS"]="100.87.87.102" ["OMVPi"]="100.87.87.80" ["OMV2000"]="100.87.87.81"