[RPi4, LE12.0.1] Autostart.sh with python script for fan control won't work SeaWanderer73 September 11, 2025 at 3:02 PM Thanks for authors for fan_control.py script. No need fan_control.sh AT ALL. You need Just correct autostart.sh so:#!/bin/sh(sleep 10python3 fan_control.py )&and a fan will blow.