From bb7643f7f8987a02cfde6dd3589861e5cfa08636 Mon Sep 17 00:00:00 2001 From: Angus Fretwell Date: Tue, 23 Aug 2016 10:41:33 +1000 Subject: [PATCH] fix: remove shell config which prevents command from being run with (#43) --- scripts/craftsman.rb | 3 --- 1 file changed, 3 deletions(-) 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