Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
command/sudoers: Add missing -p to mkdir command
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrehm committed Mar 25, 2014
1 parent 28bd6c8 commit 3284771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-lxc/command/sudoers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def commands
{ 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 *' },
Expand Down

0 comments on commit 3284771

Please sign in to comment.