You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
xow_MiSTer/xow_pairing.sh
Line 35 in 2aae036
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.The text was updated successfully, but these errors were encountered: