boot2docker / osx-installer

Docker installer for Mac OS X
Apache License 2.0
1.25k stars 258 forks source link

Cope with unusual default shells #28

Closed firemanphil closed 10 years ago

firemanphil commented 10 years ago

If you have 'fish' as the default shell, main.scpt will not run properly. The problem can be solved by executing 'bash' before the other commands in the script.

SvenDowideit commented 10 years ago

nice - if you make a PR, you'll beat me to it - I'll be on a plane back to Australia later today :)

davidcelis commented 10 years ago

Where is the actual source for main.scpt? I can't find it, and that file appears to be a raw binary.

SvenDowideit commented 10 years ago

I've been editing using the Applescript editor.

I've looked at this a little, and i'm not sure it will be a simple thing to fix - but I would love a PR that runs the script (even converted to applescript) and then leaves the user in a terminal that has the DOCKER_HOST env var set correctly so that the docker client just works

davidcelis commented 10 years ago

Looks like this was fixed in #31 and can be closed.