Skip to content
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

Your setup.sh files #8

Open
icepicknz opened this issue Aug 27, 2019 · 1 comment
Open

Your setup.sh files #8

icepicknz opened this issue Aug 27, 2019 · 1 comment

Comments

@icepicknz
Copy link

All of your setup files don't run because of the . at the end.
For example ./scripts/TeslaJS/setup.sh contains cp poll.js ../../TeslaJS/samples/.
I had to remove the . off the end to get it to work.

Also, scripts/Xavier/setup.sh contains code mkdir /media/nvidia/SCOUT & chmod 755 /media/nvidia/SCOUT ; though you actually need to create the /media/nvidia folder first before you can make folders in it.

Can I suggest you update the how-to to suggest running it as the user (not root) and using the LOGNAME env to determine username , or

nvidia@nvidia-desktop:~$ echo $USER
nvidia
nvidia@nvidia-desktop:~$ 
@icepicknz
Copy link
Author

Now running the cron and scripts under root user as it needs to mount and for permission reasons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant