# File lib/specinfra/command/base/user.rb, line 61 def update_login_shell(user, shell) "usermod -s #{escape(shell)} #{escape(user)}" end