Abgleich 2025-07-29

This commit is contained in:
Alf
2025-07-29 15:53:11 +02:00
parent f12d06dcbd
commit 63ac5b74d1
4 changed files with 163 additions and 21 deletions

5
login.sh Normal file → Executable file
View File

@ -48,6 +48,11 @@ declare -A HOSTS=(
["ABS"]="100.87.87.102"
["OMVPi"]="100.87.87.80"
["OMV2000"]="100.87.87.81"
["CA"]="100.87.87.5"
["PHOSCON"]="100.87.87.90"
["DIETPI"]="100.87.87.4"
["PROXI"]="100.87.87.100"
["PC77"]="100.87.87.77"
)
TARGET_LABEL=$(gum choose --header "Zielsystem wählen" "${!HOSTS[@]}")