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

Fix pagekite #3170

Merged
merged 2 commits into from
Oct 1, 2024
Merged

Fix pagekite #3170

merged 2 commits into from
Oct 1, 2024

Conversation

ogra1
Copy link
Contributor

@ogra1 ogra1 commented Sep 30, 2024

pagekite hardcodes the /usr/bin/python interpreter which is non-existing on most modern distros (it should be pointing to python2 (unsupported by upstream) or python3 nowadays).

On UbuntuCore specfically the interpreter path should even be provided by the env command since it might actually be shipped inside the snap package itself.

This PR changes the interpreter line of pagekite.py to follow the modern python rules so it can be used in a snap and on UbuntuCore seamlessly.

@benfrancis benfrancis merged commit 59c27ab into WebThingsIO:master Oct 1, 2024
3 checks passed
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