mirror of
https://github.com/getcompanion-ai/computer-host.git
synced 2026-04-15 06:04:38 +00:00
fix: use absolute path for e2fsck on host
This commit is contained in:
parent
a1e8eb758a
commit
9dd606f26a
1 changed files with 1 additions and 1 deletions
|
|
@ -649,5 +649,5 @@ func syncDir(path string) error {
|
|||
}
|
||||
|
||||
func repairDirtyFilesystem(diskPath string) {
|
||||
_ = exec.Command("e2fsck", "-fy", diskPath).Run()
|
||||
_ = exec.Command("/usr/sbin/e2fsck", "-fy", diskPath).Run()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue