mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
7 lines
169 B
Bash
7 lines
169 B
Bash
#!/bin/sh
|
|
#
|
|
# Disable X access control so we can easily start GUI apps
|
|
#
|
|
# License: according to LICENSE.md in the root directory of the PX4 Firmware repository
|
|
xhost +
|