Created
April 30, 2023 16:42
-
-
Save theodric/e9739422fa3b1441bd4fd8c968352d80 to your computer and use it in GitHub Desktop.
Devolo Magic LAN 2 scheduled reboots
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/gebi/devolo-cli | |
then put in /etc/crontab | |
56 5 * * 7 root /root/src/bin/devolo-cli reboot 10.10.11.180 | |
58 5 * * 7 root /root/src/bin/devolo-cli reboot 10.10.11.181 | |
00 6 * * * root /root/src/bin/devolo-cli reboot 10.10.11.182 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment