diff --git a/uninstall.sh b/uninstall.sh index 4e85033..4ba6029 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -1,8 +1,5 @@ rm -rf /data/adb/tailscale SERVICE_DIR="/data/adb/service.d" -if [ "$KSU" = true ]; then - SERVICE_DIR="/data/adb/ksu/service.d" -fi if [ -f "$SERVICE_DIR/tailscaled_service.sh" ]; then rm -f "$SERVICE_DIR/tailscaled_service.sh" fi \ No newline at end of file