Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Commit

Permalink
fix: remove shell config which prevents command from being run with (#43
Browse files Browse the repository at this point in the history
)
  • Loading branch information
angusfretwell committed Aug 23, 2016
1 parent 2092a32 commit bb7643f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/craftsman.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bb7643f

Please sign in to comment.