Method: Specinfra::Command::Base::User.update_login_shell

Defined in:
lib/specinfra/command/base/user.rb

.update_login_shell(user, shell) ⇒ Object

[View source]

61
62
63
# File 'lib/specinfra/command/base/user.rb', line 61

def (user, shell)
  "usermod -s #{escape(shell)} #{escape(user)}"
end