Fan shim doesnt go off

Edit: problem already solved, see comment.
Hello,

I’m trying to get my fan shim on my pi4 working. I’m stuck with the software I guess. The fan isn’t turning off, neither there is a burning led.

pi@rpi4-sander : ~/Downloads $ sudo ./install-service.sh --on-threshold 65 --off-threshold 55 --delay 2
Setting up with:
Off Threshold: 55 C
On Threshold: 65 C
Delay: 2 seconds
Preempt: no
Disable LED: no
Disable Button: no
Brightness: 255
To change these options, run:
sudo ./install-service.sh --off-threshold --on-threshold --delay --brightness (–preempt) (–noled) (–nobutton)
Or edit: /etc/systemd/system/pimoroni-fanshim.service
Checking for rpi.gpio>=0.7.0 (for Pi 4 support)
rpi.gpio >= 0.7.0 already installed
Checking for Fan SHIM
Fan SHIM already installed
Checking for psutil
psutil already installed
Installing service to: /etc/systemd/system/pimoroni-fanshim.service
● pimoroni-fanshim.service - Fan Shim Service
Loaded: loaded (/etc/systemd/system/pimoroni-fanshim.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2019-08-19 21:24:26 CEST; 20ms ago
Process: 4046 ExecStart=/home/pi/Downloads/automatic.py --on-threshold 65 --off-threshold 55 --delay 2 --brightness 255 (code=exited, status=203/EXEC)
Main PID: 4046 (code=exited, status=203/EXEC)

pi@rpi4-sander : ~/Downloads $ vcgencmd measure_temp
temp=38.0’C

What am I doing wrong? I’m running the 4GB Pi4, with Raspbian Buster Lite on it.
Thanks!
Sander

My mistake. I didn’t all copy the files right from github. It is working now, thanks! :)