From 12bee300484aaa260ff368cb058a5c3583817aff Mon Sep 17 00:00:00 2001 From: Patrick Asmus Date: Sun, 21 Jan 2024 17:17:26 +0000 Subject: [PATCH] 1.0.3 | Doku --- fritzbox-restart.v1.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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"