From 7ef2f91df4864787d910386ae61633496fea853e Mon Sep 17 00:00:00 2001 From: Christian Butterweck Date: Fri, 27 Oct 2023 21:09:04 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 848e6f3..d01fd70 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,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}" && mv sample.config.txt config.txt && chmod +x ./controller.sh` and to edit `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}" && 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: