command/sudoers: Add missing -p
to mkdir
command
This commit is contained in:
parent
28bd6c87ef
commit
328477172e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ module Vagrant
|
|||
{ cmd: '/usr/bin/lxc-attach', args: '' },
|
||||
{ cmd: '/usr/bin/which', args: 'lxc-*' },
|
||||
{ cmd: '/bin/cat', args: '/var/lib/lxc/*' },
|
||||
{ cmd: '/bin/mkdir', args: '/var/lib/lxc/*' },
|
||||
{ cmd: '/bin/mkdir', args: '-p /var/lib/lxc/*' },
|
||||
{ cmd: '/bin/su', args: "root -c sed -e '*' -ibak /var/lib/lxc/*" },
|
||||
{ cmd: '/bin/su', args: "root -c echo '*' >> /var/lib/lxc/*" },
|
||||
{ cmd: '/usr/bin/lxc-start', args: '-d --name *' },
|
||||
|
|
Loading…
Reference in a new issue