mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
restore owner
This commit is contained in:
@@ -49,3 +49,7 @@ function New-MDNewLine {
|
||||
$newLineSymbol = [System.Environment]::NewLine
|
||||
return $newLineSymbol * $Count
|
||||
}
|
||||
|
||||
function Restore-UserOwner {
|
||||
sudo chown -R ${env:USER}: $env:HOME
|
||||
}
|
||||
Reference in New Issue
Block a user