Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
christian1980nrw authored Nov 26, 2023
1 parent bbd0a39 commit 94094d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The Screenshot is showing the configuration of automated charging during user de

- If you're using a Linux-System like Ubuntu or Debian:
- Copy the shell script (`controller.sh`) to a custom location and adjust the variables according to your needs.
- the commands are `cd /path/to/save/ && curl -s -O "https://raw.githubusercontent.com/christian1980nrw/Spotmarket-Switcher/main/scripts/{controller.sh,sample.config.txt}" && chmod +x ./controller.sh && mv sample.config.txt config.txt` and to edit your settings use `vi /path/to/save/config.txt`
- the commands are `cd /path/to/save/ && curl -s -O "https://raw.githubusercontent.com/christian1980nrw/Spotmarket-Switcher/main/scripts/{controller.sh,sample.config.txt,license.txt}" && chmod +x ./controller.sh && mv sample.config.txt config.txt` and to edit your settings use `vi /path/to/save/config.txt`
- Create a crontab or another scheduling method to run this script at the start of each hour.
- Sample Crontab:
Use the following crontab entry to execute the control script every hour:
Expand Down

0 comments on commit 94094d9

Please sign in to comment.