forked from shaba/openuds
44d8b2b754
* Removed pycrypto dependencies for UDSClient * added "-platform xcb" for uds executables for Actor & client3
7 lines
106 B
Bash
Executable File
7 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
|
|
FOLDER=/usr/share/UDSActor
|
|
|
|
cd $FOLDER
|
|
exec python3 actor_config_unmanaged.py -platform xcb $@
|