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

Set PATH preference correct #1041

Closed
wants to merge 1 commit into from
Closed

Set PATH preference correct #1041

wants to merge 1 commit into from

Conversation

hvdwolf
Copy link
Contributor

@hvdwolf hvdwolf commented Jan 8, 2017

For pimatic 0.9 we need an updated node version which is installed in /usr/local/bin.
The pimatic service script uses the PATH statement PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/opt/node/bin
This means that always the old 0.10 version is used in /usr/bin

For 0.9 the pimatic service script should contain the following PATH statement
PATH=/usr/local/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/opt/node/bin

That has now been set with this patch

@mwittig
Copy link
Collaborator

mwittig commented Jan 8, 2017

Thanks. I am closing this one in favor of #1040

@mwittig mwittig closed this Jan 8, 2017
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

Successfully merging this pull request may close these issues.

2 participants