diff --git a/fritzbox-restart.v1.sh b/fritzbox-restart.v1.sh index 25426a2..ea5f808 100644 --- a/fritzbox-restart.v1.sh +++ b/fritzbox-restart.v1.sh @@ -8,12 +8,13 @@ # Autor: Patrick Asmus # Web: https://www.media-techport.de # Git-Reposit.: https://git.media-techport.de/scriptos/fritzbox-restart-script -# Version: 1.0.2 -# Datum: 16.07.2023 -# Modifikation: Logging hinzugefuegt +# Version: 1.0.3 +# Datum: 21.01.2024 +# Modifikation: Doku ##################################################### # Variablen +# Mehrere IPs durch ein Komma + Leerzeichen getrennt. Bsp: 192.168.178.1, 192.168.178.2 IPS="192.168.178.1" FRITZ_USER="FritzBenutzer" FRITZ_PW="FritzPasswort"