Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
machine: Fix upload of /tmp/routes-controller.json
After the CopyData/CopyDataPrivileged changes, copying routes-controller.json to the VM fails with 'Permission denied'. This seems to be related to the file being created as 0444, and the copy now being done as a regular user rather than through sudo. This commit changes the permissions of the uploaded file to 0644 to fix this issue.
- Loading branch information