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

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

.update_login_shell(user, shell) ⇒ Object


23
24
25
# File 'lib/specinfra/command/freebsd/base/user.rb', line 23

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