diff --git a/raspberry_pi/etc/rc.local b/raspberry_pi/etc/rc.local index f63a347..4a5e89e 100644 --- a/raspberry_pi/etc/rc.local +++ b/raspberry_pi/etc/rc.local @@ -18,6 +18,6 @@ if [ "$_IP" ]; then fi sleep 20 -sudo python3 /home/pi/Schreibtisch/button.py & +sudo python3 /home/pi/PathToDoorStatusFolder/main.py & exit 0