Skip to content

Commit

Permalink
Temporary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Apr 2, 2024
1 parent fc8c86b commit a1a56e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func main() {
err := syscall.Unmount("/etc", syscall.MNT_FORCE)
if err != nil {
fmt.Printf("unable to umount /etc, which is overmounted with tmpfs %s", err)
os.Exit(1)
// os.Exit(1) // FIXME enable again
}

err = updateResolvConf()
Expand Down

0 comments on commit a1a56e0

Please sign in to comment.