mirror of
https://github.com/dockur/windows.git
synced 2026-08-03 20:47:12 +01:00
fix: Make changing ownership non-fatal (#1858)
This commit is contained in:
+2
-2
@@ -153,13 +153,13 @@ markWindowsBooted() {
|
||||
! ready && return 0
|
||||
|
||||
if ! touch "$file"; then
|
||||
error "Failed to create Windows installation marker!"
|
||||
warn "failed to create Windows installation marker!"
|
||||
return 0
|
||||
fi
|
||||
|
||||
if ! setOwner "$file"; then
|
||||
rm -f "$file"
|
||||
error "Failed to set the owner for \"$file\" !"
|
||||
warn "failed to set the owner for \"$file\" !"
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user