This commit is contained in:
amd64fox
2021-10-11 14:07:37 +03:00
committed by GitHub
parent b2c1edca87
commit 4c9e423c5c
+2 -2
View File
@@ -358,7 +358,7 @@ if ($ch -eq 'y') {
} }
Write-Host "Updates blocked successfully" -ForegroundColor Green Write-Host "Обновления успешно заблокированы" -ForegroundColor Green
} }
@@ -387,7 +387,7 @@ if ($ch -eq 'u') {
If (!($migrator_bak -or $Check_folder_file -match '\bSystem\b|\bReadOnly\b')) { If (!($migrator_bak -or $Check_folder_file -match '\bSystem\b|\bReadOnly\b')) {
Write-Host "Ого, обновления не были заблокированы" Write-Host "Ого, обновления уже были разблокированы"
} }
} }