Closed swcurran closed 10 months ago
Details of how the issue was found are here in this AATH Issue.
On line 846 of the manage script is a stat -c '%a' .... On MacOS, the equivalent is stat -f '%A' ....
stat -c '%a' ...
stat -f '%A' ...
See: https://superuser.com/questions/1137297/how-to-get-access-permissions-octal-for-a-file-on-mac-os
It would be nice if this worked on MacOS.
Thanks!
The reporter of the issue in AATH is trying the fix, so perhaps best to wait to see if that works...
Details of how the issue was found are here in this AATH Issue.
On line 846 of the manage script is a
stat -c '%a' ...
. On MacOS, the equivalent isstat -f '%A' ...
.See: https://superuser.com/questions/1137297/how-to-get-access-permissions-octal-for-a-file-on-mac-os
It would be nice if this worked on MacOS.
Thanks!