From 4d3eced2c0aede5f84cb56a447265b3828fa8dd8 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Tue, 12 Nov 2024 15:24:27 +0100 Subject: [PATCH] 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 Part-of: --- .gitlab-ci/cuttlefish-runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/cuttlefish-runner.sh b/.gitlab-ci/cuttlefish-runner.sh index 1827e1a5bde..da3f826ad12 100755 --- a/.gitlab-ci/cuttlefish-runner.sh +++ b/.gitlab-ci/cuttlefish-runner.sh @@ -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