We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c23d4fe + e78fe9c commit ce73395Copy full SHA for ce73395
pkg/hostagent/requirements.go
@@ -111,7 +111,7 @@ A possible workaround is to run "apt-get install sshfs" in the guest.
111
description: "fuse to \"allow_other\" as user",
112
script: `#!/bin/bash
113
set -eux -o pipefail
114
-if ! timeout 30s bash -c "until grep -q ^user_allow_other /etc/fuse*.conf; do sleep 3; done"; then
+if ! timeout 30s bash -c "until sudo grep -q ^user_allow_other /etc/fuse*.conf; do sleep 3; done"; then
115
echo >&2 "/etc/fuse.conf (/etc/fuse3.conf) is not updated to contain \"user_allow_other\""
116
exit 1
117
fi
0 commit comments