diff --git a/scripts/craftsman.rb b/scripts/craftsman.rb index 98b14bb..00aa129 100644 --- a/scripts/craftsman.rb +++ b/scripts/craftsman.rb @@ -6,9 +6,6 @@ def Craftsman.configure(config, settings) # Configure Local Variable To Access Scripts From Remote Location scriptDir = File.dirname(__FILE__) - # Prevent TTY Errors - config.ssh.shell = 'bash -c \'BASH_ENV=/etc/profile exec bash\'' - # Allow SSH Agent Forward from The Box config.ssh.forward_agent = true