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:
Antonio Ospite 2024-11-12 15:24:27 +01:00 committed by Marge Bot
parent 8252ffbf11
commit 4d3eced2c0

View file

@ -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