Added -s also to udsactor user space

This commit is contained in:
Adolfo Gómez García 2021-10-18 18:00:05 +02:00
parent d8e6de8c1e
commit c129c83ca0

View File

@ -3,4 +3,4 @@
FOLDER=/usr/share/UDSActor FOLDER=/usr/share/UDSActor
cd $FOLDER cd $FOLDER
exec python3 actor_client.py -platform xcb $@ exec python3 -s actor_client.py -platform xcb $@