From 60fe74c54d95422d80317c694978faabe8964fe2 Mon Sep 17 00:00:00 2001 From: NN708 Date: Sat, 13 Jun 2026 05:14:51 +0000 Subject: [PATCH] fix: remove /opt from paths --- core/integrity.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/integrity.go b/core/integrity.go index 93eaa876..d0dbcba3 100644 --- a/core/integrity.go +++ b/core/integrity.go @@ -39,7 +39,6 @@ var linksToRepair = [...][2]string{ var pathsToRepair = [...]string{ "boot", "dev", - "opt", "part-future", "proc", "run",