mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-06 13:17:54 +03:00
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 $@
|