mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 01:40:08 +01:00
ci/android: fix warning when using chown
Fix warning when using chown: ----------------------------------------------------------------------- + chown root.kvm /dev/kvm chown: warning: '.' should be ':': 'root.kvm' ----------------------------------------------------------------------- Reviewed-by: Eric Engestrom <None> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30895>
This commit is contained in:
parent
8252ffbf11
commit
4d3eced2c0
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ export EGL_PLATFORM=surfaceless
|
|||
|
||||
syslogd
|
||||
|
||||
chown root.kvm /dev/kvm
|
||||
chown root:kvm /dev/kvm
|
||||
|
||||
/etc/init.d/cuttlefish-host-resources start
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue