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

Pairing script doesn't need downloads #2

Open
sorgelig opened this issue Feb 1, 2021 · 1 comment
Open

Pairing script doesn't need downloads #2

sorgelig opened this issue Feb 1, 2021 · 1 comment

Comments

@sorgelig
Copy link
Member

sorgelig commented Feb 1, 2021

#if [ ! -f "${LINUX_PATH}/xow" ]

lines 35-62 are not required for pairing script. It should check if xow service running or not. Downloading is business of xow_on.sh script.
Currently any attempt to pair resulting to download the binary and then fail because it attempts to replace a running binary.

There is also problem with xow_on.sh script. if ! which "xow" &>/dev/null line doesn't work and script always tries to download even xow is available. At least it's happening when script is started from OSD.

@sofakng
Copy link
Collaborator

sofakng commented Feb 26, 2021

This should be fixed in the latest update to the scripts. Please give it a test and let me know if they are working better. Thanks!

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

No branches or pull requests

2 participants