Method: Pawnee::Actions::User#shell_for_user

Defined in:
lib/pawnee/pawnee/actions/user.rb

#shell_for_user(find_user) ⇒ Object



90
91
92
93
# File 'lib/pawnee/pawnee/actions/user.rb', line 90

def shell_for_user(find_user)
  home, shell = passwd_data(find_user)
  return shell
end