Skip to content

Commit b53f02a

Browse files
committed
update example scripts
1 parent 9770679 commit b53f02a

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

scripts/crontab

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
0 0 * * * /usr/bin/systemctl restart secapture
2-
0 0 * * * /usr/bin/systemctl restart semonitor
3-
0 0 * * * /root/solaredge/sebackup
4-
1+
0 0 * * * /bin/systemctl restart semonitor

scripts/semonitor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -
22

3-
DATADIR=/data/solar/
4-
STATEDIR=/root/
3+
DATADIR=/root/solaredge/data/
4+
STATEDIR=/root/solaredge/
55
PREFIX=
66
INVERTERS=730A8690,7F104A16
77

0 commit comments

Comments
 (0)