mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 11:30:36 +00:00
Current uninstall.sh is trying to do similar logic with install.sh, but it makes script larger meaninglessly, and also it failing to remove few files under /opt/scylladb. Let's just do rm -rf /opt/scylladb, and drop few other files located out side of /opt/scylladb. Closes #8662