Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Uninstall, wouldn't the displaylink-installer.sh file have a wrong path? #959

Open
renoproc opened this issue Oct 2, 2024 · 0 comments
Open

Comments

@renoproc
Copy link

renoproc commented Oct 2, 2024

Lines 697-698 in the uninstall function, we have

# run unintsall script
bash /opt/displaylink/displaylink-installer.sh uninstall && 2>&1>/dev/null

Wouldn't the module's uninstall command be instead
bash $driver_dir/displaylink-driver-${version}/displaylink-installer.sh uninstall && 2>&1>/dev/null
It seems to me that during installation, the “displaylink-installer.sh” script is downloaded to this folder and not to /opt.

And because of the >/dev/null you don't get error feedback if it's not where you expect it to be...

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant