Cronjob angepasst

This commit is contained in:
Patrick Asmus 2023-07-16 13:20:55 +00:00
parent 179593b007
commit d0c0b6861d

View File

@ -3,7 +3,7 @@
# Beschreibung: startet die Fritzbox neu # Beschreibung: startet die Fritzbox neu
# Dieses Bash-Script nutzt das Protokoll TR-064 # Dieses Bash-Script nutzt das Protokoll TR-064
# Skript funktioniert für alle Fritzboxen ab FritzOS 6.0 # 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 # Aufruf 2 bash ./fritzbox-reboot.v1.sh
# Autor: Patrick Asmus # Autor: Patrick Asmus
# Web: https://www.media-techport.de # Web: https://www.media-techport.de