From d046c06db91b331347b4cd6e6b25b8e146e80197 Mon Sep 17 00:00:00 2001 From: AlonsoDiCandia Date: Thu, 28 Dec 2023 15:18:37 -0300 Subject: [PATCH] Fix paths in autorun --- autorun.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/autorun.sh b/autorun.sh index 199b6fb..0684260 100644 --- a/autorun.sh +++ b/autorun.sh @@ -7,7 +7,6 @@ cd pantallas-led/GenPoster #docker build -t bus_poster . ./run_container.sh -cd rpi-rgb-led-matrix/bindings/python/samples/ - -python3 image-viewer.py $IMAGE +cd $HOME/rpi-rgb-led-matrix/bindings/python/samples/ +sudo python3 image-viewer.py $IMAGE \ No newline at end of file