You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/NETworkManager.Profiles/Resources/Migrate-Profiles.ps1
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ param (
26
26
)
27
27
28
28
Write-Host"=== NETworkManager ===`n"-ForegroundColor Green
29
-
Write-Host"Migrate profiles to versions$NETworkManagerVersion`n"
29
+
Write-Host"Migrate profiles to version$NETworkManagerVersion`n"
30
30
31
31
Write-Host"If you use encrypted profiles:`n 1) Disable profile encryption for all encrypted profiles with the previous NETworkManager version`n https://borntoberoot.net/NETworkManager/FAQ#how-to-disable-profile-file-encryption`n 2) Run this script to migrate the profiles`n 3) Re-enable profile encryption with the newest release of NETworkManager`n https://borntoberoot.net/NETworkManager/FAQ#how-to-enable-profile-file-encryption`n"-ForegroundColor Yellow
0 commit comments