Skip to content

Commit

Permalink
switch to bash for sudo instead of plain shell for ubuntu-12.10-*-pac…
Browse files Browse the repository at this point in the history
…kages
  • Loading branch information
jedi4ever committed Feb 18, 2013
1 parent 327fb73 commit 771c271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/ubuntu-12.10-server-amd64-packages/definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
:ssh_key => "",
:ssh_host_port => "7222",
:ssh_guest_port => "22",
:sudo_cmd => "echo '%p'|sudo -S sh '%f'",
:sudo_cmd => "echo '%p'|sudo -S bash '%f'",
:shutdown_cmd => "shutdown -P now",
:postinstall_files => [
"base.sh",
Expand Down
2 changes: 1 addition & 1 deletion templates/ubuntu-12.10-server-i386-packages/definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
:ssh_key => "",
:ssh_host_port => "7222",
:ssh_guest_port => "22",
:sudo_cmd => "echo '%p'|sudo -S sh '%f'",
:sudo_cmd => "echo '%p'|sudo -S bash '%f'",
:shutdown_cmd => "shutdown -P now",
:postinstall_files => [
"base.sh",
Expand Down

0 comments on commit 771c271

Please sign in to comment.