added a cron mode. this will execute the script only once and then execute
This commit is contained in:
parent
f02eb4068e
commit
9776448c89
3 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"interval": 60,
|
||||
"database": "./uplink.sqlite3",
|
||||
"cron_mode": false,
|
||||
"uplinks": [
|
||||
{ "provider": "Cable Provider", "ip": "192.168.0.1", "password": "1234" },
|
||||
{ "provider": "DSL Provider", "ip": "192.168.1.1", "password": "1234" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue