Skip to content

Commit

Permalink
I prefer this shutdown command
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierRaginel authored and jedi4ever committed Feb 9, 2011
1 parent aff7b43 commit e462dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/veewee/session.rb
Expand Up @@ -38,7 +38,7 @@ def self.declare(options)
:ssh_login_timeout => "100",:ssh_user => "vagrant", :ssh_password => "vagrant",:ssh_key => "",
:ssh_host_port => "2222", :ssh_guest_port => "22",
:sudo_cmd => "echo '%p'|sudo -S sh '%f'",
:shutdown_cmd => "shutdown -H",
:shutdown_cmd => "shutdown -h now",
:postinstall_files => [ "postinstall.sh"],:postinstall_timeout => 10000}

@definition=defaults.merge(options)
Expand Down

0 comments on commit e462dc7

Please sign in to comment.