Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy method of activation doesn't work on some systems #7

Open
vlascik opened this issue Jul 23, 2016 · 1 comment
Open

Copy method of activation doesn't work on some systems #7

vlascik opened this issue Jul 23, 2016 · 1 comment

Comments

@vlascik
Copy link
Contributor

vlascik commented Jul 23, 2016

Copy method of activation doesn't work on some systems (busybox based, e.g. boot2docker/docker-machine), whose cp doesn't support -T parameter, the command then fails. I think the line 107 of index.js should just be:

linkCmd = 'cp -R ' + activeRevisionPath + ' ' + activationDestination;
@arenoir
Copy link
Owner

arenoir commented Jan 17, 2017

@vlascik thanks for logging the issue... I am thinking there should be a cpFlags config option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants