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

launch.sh launched from a symbolic link problem #447

Closed
wants to merge 1 commit into from

Conversation

Aulla
Copy link

@Aulla Aulla commented Feb 13, 2015

If launch.sh launched from a symbolic link, websockify fail to be released . Now he seeks also specified with the argument --web folder

…eased . Now he seeks also specified with the argument --web folder
DirectXMan12 added a commit that referenced this pull request Mar 26, 2015
Previously, in launch.sh, `$HERE` was the directory of `$0`.
However, if `$0` was actually a symlink, `$HERE` would be
wherever the symlink was, which could cause issues (for
example, the script wouldn't be able to local `$WEB` or
`$WEBSOCKIFY` properly).

Now, `$HERE` looks at whatever `$0` points at instead.

Closes #447.
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.

1 participant