diff options
Diffstat (limited to '')
-rw-r--r-- | cron/modbuslog | 2 | ||||
-rw-r--r-- | cron/phidgetcontrol | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cron/modbuslog b/cron/modbuslog index 58abb29..453ffff 100644 --- a/cron/modbuslog +++ b/cron/modbuslog @@ -3,4 +3,4 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # m h dom mon dow user command @reboot root /usr/sbin/modbuslog -10 0 * * * root /usr/bin/ftpupload +10 0 * * * root UPLOADTYPE=modbuslog /usr/bin/ftpupload diff --git a/cron/phidgetcontrol b/cron/phidgetcontrol index 7a6438b..32de0a8 100644 --- a/cron/phidgetcontrol +++ b/cron/phidgetcontrol @@ -3,4 +3,4 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # m h dom mon dow user command @reboot root /usr/sbin/phidgetcontrol -10 0 * * * root /usr/bin/ftpupload +10 0 * * * root UPLOADTYPE=phidgetcontrol /usr/bin/ftpupload |