Skip to content

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

@vlascik

Description

@vlascik

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions