Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

Commit b5def18

Browse files
committed
Fix VBoxControl usage ("--automount")
1 parent 23d2e7c commit b5def18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files/init.d/vbox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ start() {
4444
return 0
4545
}
4646

47-
shares="$(VBoxControl --nologo sharedfolder list -automount | tail -n+3 | cut -d ' ' -f 3)"
47+
shares="$(VBoxControl --nologo sharedfolder list --automount | tail -n+3 | cut -d ' ' -f 3)"
4848
for line in $shares; do
4949
try_mount_share "$line"
5050
done

0 commit comments

Comments
 (0)