diff --git a/fritzbox-restart.v1.sh b/fritzbox-restart.v1.sh index 06dd2dd..25426a2 100644 --- a/fritzbox-restart.v1.sh +++ b/fritzbox-restart.v1.sh @@ -3,7 +3,7 @@ # Beschreibung: startet die Fritzbox neu # Dieses Bash-Script nutzt das Protokoll TR-064 # Skript funktioniert für alle Fritzboxen ab FritzOS 6.0 -# Aufruf: ping -c 1 1.1.1.1 >/dev/null || (for i in {1..3}; do ping -c 1 1.1.1.1 >/dev/null && exit; sleep 30; done; /home/scripts/network/fritzbox-reboot-v1.0.sh) +# Aufruf: ping -c 1 1.1.1.1 >/dev/null || (for i in {1..3}; do ping -c 1 1.1.1.1 >/dev/null && exit; sleep 30; done; /home/scripts/network/fritzbox-reboot.v1.sh) # Aufruf 2 bash ./fritzbox-reboot.v1.sh # Autor: Patrick Asmus # Web: https://www.media-techport.de