forked from shaba/openuds
4 lines
130 B
Plaintext
4 lines
130 B
Plaintext
|
#!/bin/sh
|
||
|
# pkexec env DISPLAY=$DISPLAY QT_X11_NO_MITSHM=1 "/usr/sbin/UDSActorConfig" "$@"
|
||
|
pkexec "/usr/sbin/UDSActorConfig" "$@"
|