I use a RaspberryPi 3 with UbuntuMate 16.04. On it, I want to start a little Python (3.5) program every midnight. For that I call a little shell script, so that I can change into the wanted directory comfortably. crontab: start.sh (yes, it’s executable): Now if I execute the programm or script from the terminal, everything runs fine. But if