Skip to content

Commit 368f175

Browse files
committed
Shorten the descriptions to fit in width 100
Signed-off-by: Anders F Björklund <[email protected]>
1 parent d58e833 commit 368f175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/hostagent/requirements.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ A possible workaround is to run "apt-get install sshfs" in the guest.
108108
`,
109109
})
110110
req = append(req, requirement{
111-
description: "/etc/fuse.conf (/etc/fuse3.conf) to contain \"user_allow_other\"",
111+
description: "fuse to \"allow_other\" as user",
112112
script: `#!/bin/bash
113113
set -eux -o pipefail
114114
if ! timeout 30s bash -c "until grep -q ^user_allow_other /etc/fuse*.conf; do sleep 3; done"; then

0 commit comments

Comments
 (0)