You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2018. It is now read-only.
tasks/deploy/update.js uses "cp" with the parameter "-a" which is only available on NTFS file systems.
(Source: https://www.mkssoftware.com/docs/man1/cp.1.asp)
So the copy task fails from OSX with HFS+.
Should/could be cp -r instead of cp -a.
The text was updated successfully, but these errors were encountered:
I will do so. At the moment i hardcoded the change for my needs but will look into making in configurable by parameter and than i create a PR out of it.
tasks/deploy/update.js uses "cp" with the parameter "-a" which is only available on NTFS file systems.
(Source: https://www.mkssoftware.com/docs/man1/cp.1.asp)
So the copy task fails from OSX with HFS+.
Should/could be cp -r instead of cp -a.
The text was updated successfully, but these errors were encountered: