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
# 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...
The text was updated successfully, but these errors were encountered:
Lines 697-698 in the uninstall function, we have
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...
The text was updated successfully, but these errors were encountered: