Created
May 11, 2015 17:15
-
-
Save jk0/1ad87182f453f5fd162b to your computer and use it in GitHub Desktop.
EdgeRouter Task Scheduler
This file contains hidden or 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
| ubnt@Router# show system task-scheduler | |
| task Update_IP { | |
| executable { | |
| path /config/scripts/update_ip.sh | |
| } | |
| interval 5m | |
| } | |
| [edit] | |
| ubnt@Router# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment