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:
committed by
Marge Bot
parent
8252ffbf11
commit
4d3eced2c0
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user