-
Notifications
You must be signed in to change notification settings - Fork 635
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
Make file Deletes everything #14
Comments
Hello @ashutoshvct, We are looking into this issue and trying to reproduce. Can you provide more detail on what you did prior to observing this? Did you clone from GitHub or download the Linux/Mac OS port tarball from S3? In which directory was the makefile located when you double clicked on it? Specifically which applications (and locations) were removed? In the meantime we will continue to try and reproduce on our end. John |
Hi,
|
Thanks for getting back to us. A couple more questions: Specifically what makefile did you double-click? When you do this in OS X, what application is invoked to run the makefile? |
in samples i clicked the make file and it opened a terminal and started removing my apps.
|
Hello @ashutoshvct, We have now verified what we believe to be the issue. The file permissions on the makefile had the executable flag set. This allowed you to execute the makefile directly and OS X interpreted it as a shell script. If this flag was set appropriately OS X would not have allowed you to execute the file by double-clicking it. It is important to call out the correct way to use a makefile is not to execute the makefile itself, but rather to run the
We are in the process of pushing out a release that removes the executable flag from all of the files in this repository. This will prevent accidental execution of any of the files in the future. We apologize for any inconvenience this has caused you and appreciate you bringing this to our attention. John |
v1.1.1 fixes this issue. |
Hi,
|
Remove "clientID" from RegisterThing payload response
In my Macos i downloaded the SDK and i clicked the make file and it started removing apps from my pc.
You should have a warning stating that do not open the make file.
The text was updated successfully, but these errors were encountered: